Skip to content

Commit

Permalink
Envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Nov 13, 2023
1 parent cd8a8e5 commit ccba6d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/consumers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
gotests:
env:
TEST_TO_RUN=./consumer
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
- name: Print env vars
run: env
- name: Unit tests
run: TEST_TO_RUN=./consumer:./unit-tests.sh
run: make test
- name: Check code coverage
run: ./check_coverage.sh
- name: Display code coverage
Expand Down

0 comments on commit ccba6d3

Please sign in to comment.