Skip to content

Commit

Permalink
update environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Mar 25, 2024
1 parent f46a92b commit 9a50ab7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
run: composer install --ignore-platform-reqs

- name: Run tests
run: composer test
run: |
export OPENSRS_KEY=${{ secrets.OPENSRS_KEY }}
export OPENSRS_USERNAME=${{ secrets.OPENSRS_USERNAME }}
composer test

0 comments on commit 9a50ab7

Please sign in to comment.