Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent 15e4005 commit 2382219
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ jobs:
strategy:
fail-fast: false
matrix:
browser:
- chrome
- firefox
include:
- name: Linux
os: ubuntu-latest
- name: macOS
os: macos-latest
- name: Windows
os: windows-latest
browser:
- chrome
- firefox
name: ${{ matrix.name }}/${{matrix.browser}}

name: ${{ matrix.name }} - ${{ matrix.browser }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
with:
start: npm start
wait-on: 'http://localhost:5173'
browser: ${{ matrix.browser }}
# - run: npm audit
# if: matrix.os == 'ubuntu-latest'
# continue-on-error: true
Expand Down

0 comments on commit 2382219

Please sign in to comment.