Skip to content

Commit

Permalink
Merge pull request #1 from Yinebeb-01/Yinebeb-01-patch-1
Browse files Browse the repository at this point in the history
Yinebeb 01 patch 1
  • Loading branch information
yinebebt authored Mar 21, 2024
2 parents 1202db9 + 7b2e38f commit 31b0a4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ jobs:
go-version: '1.20'

- name: Test
run: go test -v ./...
env:
API_KEY: ${{ secrets.API_KEY }}
run: |
echo "API_KEY: $API_KEY" > config.yaml
go test -v ./...

0 comments on commit 31b0a4f

Please sign in to comment.