diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00096f3..ccfc259 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,4 +25,7 @@ jobs: run: composer install --ignore-platform-reqs - name: Run tests - run: composer test \ No newline at end of file + run: | + export OPENSRS_KEY=${{ secrets.OPENSRS_KEY }} + export OPENSRS_USERNAME=${{ secrets.OPENSRS_USERNAME }} + composer test \ No newline at end of file