Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Aug 6, 2024
1 parent 5dccb36 commit 938f87b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
uses: actions/checkout@v2

- uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: '8.1'
with:
coverage: none
php-version: '8.1'

- name: Build
run: |
Expand All @@ -36,4 +36,4 @@ jobs:
ACLI_AUTH_TOKEN: ${{ secrets.ACLI_AUTH_TOKEN }}
ACLI_AUTH_SECRET: ${{ secrets.ACLI_AUTH_SECRET }}
# Add more secret environment variables as needed
run: python3 -m unittest discover -s tests/integration/testcases
run: python3 -m unittest discover -s tests/integration/testcases

0 comments on commit 938f87b

Please sign in to comment.