Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Aug 7, 2024
1 parent fbfce28 commit ff7efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Load environment variables from .env
run: |
echo "API_KEY=${{ secrets.NEXUS_KEY }}" >> .env
echo "NEXUS_KEY=${{ secrets.NEXUS_KEY }}" >> .env
- name: Test V1
run: go test -v ./v1/tests/...

0 comments on commit ff7efb0

Please sign in to comment.