Skip to content

Commit

Permalink
nm, no matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-does-weather committed Jun 24, 2024
1 parent 7d170e9 commit 485863e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
6 changes: 1 addition & 5 deletions .github/actions/browser-tests-playwright/action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Playwright browser tests
inputs:
browser:
description: Browser project to run
required: true
runs:
using: composite
steps:
- name: prepare playwright
uses: ./.github/actions/setup-playwright
- name: run tests
shell: bash
run: npx playwright test e2e/* --project ${{ inputs.browser }}
run: npx playwright test e2e/*
14 changes: 0 additions & 14 deletions .github/workflows/code-standards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,18 +196,6 @@ jobs:
runs-on: ubuntu-latest
needs: [populate-database, should-test]

strategy:
matrix:
browser:
[
"Chromium",
"Firefox",
"WebKit",
"Mobile Chrome",
"Microsoft Edge",
"Google Chrome",
]

steps:
- name: checkout
if: needs.should-test.outputs.yes == 'true'
Expand All @@ -218,8 +206,6 @@ jobs:
- name: run browser tests (Playwright)
if: needs.should-test.outputs.yes == 'true'
uses: ./.github/actions/browser-tests-playwright
with:
browser: ${{ matrix.browser }}

end-to-end-tests:
name: end-to-end tests
Expand Down

0 comments on commit 485863e

Please sign in to comment.