Skip to content

Commit

Permalink
Add envs and run up before codecov (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 authored Jul 17, 2024
1 parent af32936 commit db23f34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
- run: cat .env >> $GITHUB_ENV || true
- run: make up
- run: make wait
- run: make test_codecov
- uses: codecov/codecov-action@v3

0 comments on commit db23f34

Please sign in to comment.