From f681f8370687959afb632bc2c49f473f876ba21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 20 May 2022 12:19:02 +0200 Subject: [PATCH] fix: coverage action --- .github/workflows/build_coverage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_coverage.yaml b/.github/workflows/build_coverage.yaml index cc6d633a77..a7e97fb0d2 100644 --- a/.github/workflows/build_coverage.yaml +++ b/.github/workflows/build_coverage.yaml @@ -9,12 +9,12 @@ on: - coverage/** jobs: - build: + coverage: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [16.x] services: # Label used to access the service container postgres: @@ -39,11 +39,11 @@ jobs: node-version: ${{ matrix.node-version }} - run: yarn - run: yarn run test:coverage - - run: scripts/commit-coverage.sh env: CI: true TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres + - run: scripts/commit-coverage.sh - name: Coveralls uses: coverallsapp/github-action@master with: