Skip to content

Commit

Permalink
don't need matrix if we are running it only for one project
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Dec 29, 2024
1 parent 947e78b commit 8c7891c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ jobs:
playwright-tests-treasury-factory:
name: Playwright tests Treasury Factory
runs-on: ubuntu-latest
strategy:
matrix:
target_account:
- test_command: npx playwright test --project=treasury-testing playwright-tests/tests/treasury-factory
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -76,7 +72,7 @@ jobs:
continue-on-error: false
- name: Run tests
run: |
${{ matrix.target_account.test_command }}
npx playwright test --project=treasury-testing playwright-tests/tests/treasury-factory
continue-on-error: false

playwright-tests-stake-delegation:
Expand Down

0 comments on commit 8c7891c

Please sign in to comment.