Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
arusakov committed Oct 13, 2024
1 parent 9e0a9fc commit 5411bb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ jobs:

- run: yarn compile

- if: env.CODECOVERAGE == 'true'
- if: env.COVERAGE == 'true'
run: yarn test:coverage
env:
REDIS_HOST: redis
REDIS_PORT: 6379

- if: env.CODECOVERAGE != 'true'
- if: env.COVERAGE != 'true'
run: yarn test:all
env:
REDIS_HOST: redis
REDIS_PORT: 6379

- if: env.CODECOVERAGE == 'true'
- if: env.COVERAGE == 'true'
run: apk add git curl gnupg coreutils

- if: env.CODECOVERAGE == 'true'
- if: env.COVERAGE == 'true'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 5411bb5

Please sign in to comment.