Skip to content

Commit

Permalink
split tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Sep 23, 2024
1 parent 21336f9 commit 1b12d76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
matrix:
include:
- run: composer ci-except-tests
token: ${{env.TEST_STORAGE_API_TOKEN_S3}}
token: TEST_STORAGE_API_TOKEN_S3
- run: composer tests-s3
token: ${{env.TEST_STORAGE_API_TOKEN_S3}}
token: TEST_STORAGE_API_TOKEN_S3
- run: composer tests-abs
token: ${{env.TEST_STORAGE_API_TOKEN_ABS}}
token: TEST_STORAGE_API_TOKEN_ABS
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Run tests
run: docker run
-e TEST_STORAGE_API_URL
-e TEST_STORAGE_API_TOKEN=${{matrix.token}}
-e TEST_STORAGE_API_TOKEN=${{ secrets[matrix.token] }}
-e TEST_AWS_ACCESS_KEY_ID
-e TEST_AWS_SECRET_ACCESS_KEY
-e TEST_AWS_REGION
Expand Down

0 comments on commit 1b12d76

Please sign in to comment.