Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 5, 2024
1 parent de1ad4c commit 23ca0ba
Showing 1 changed file with 14 additions and 31 deletions.
45 changes: 14 additions & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,14 @@ jobs:
include:
- os: macos-latest
browser: webkit
- os: macos-latest
playwright-cache: |
~/Library/Caches/ms-playwright
test-results: |
test-results/
playwright-cache: '~/Library/Caches/ms-playwright'
test-results: 'test-results/'
- os: windows-latest
playwright-cache: |
C:\Users\runneradmin\AppData\Local\ms-playwright
test-results: |
~/.npm/_logs/
playwright-cache: 'C:\Users\runneradmin\AppData\Local\ms-playwright'
test-results: '~/.npm/_logs/'
- os: ubuntu-latest
playwright-cache: |
~/.cache/ms-playwright
test-results: |
test-results/
playwright-cache: '~/.cache/ms-playwright'
test-results: 'test-results/'
runs-on: ${{ matrix.os }}
env:
CI: true
Expand Down Expand Up @@ -160,22 +153,14 @@ jobs:
include:
- os: macos-latest
browser: webkit
- os: macos-latest
playwright-cache: |
~/Library/Caches/ms-playwright
test-results: |
test-results/
browser: webkit
playwright-cache: '~/Library/Caches/ms-playwright'
test-results: 'test-results/'
- os: windows-latest
playwright-cache: |
C:\Users\runneradmin\AppData\Local\ms-playwright
test-results: |
~/.npm/_logs/
playwright-cache: 'C:\Users\runneradmin\AppData\Local\ms-playwright'
test-results: '~/.npm/_logs/'
- os: ubuntu-latest
playwright-cache: |
~/.cache/ms-playwright
test-results: |
test-results/
playwright-cache: '~/.cache/ms-playwright'
test-results: 'test-results/'
runs-on: ${{ matrix.os }}
env:
CI: true
Expand Down Expand Up @@ -231,11 +216,9 @@ jobs:
test-prefix: ['test-e2e-prod']
include:
- os: macos-latest
playwright-cache: |
~/Library/Caches/ms-playwright
test-results: |
test-results/
browser: webkit
playwright-cache: '~/Library/Caches/ms-playwright'
test-results: 'test-results/'
runs-on: ${{ matrix.os }}
env:
CI: true
Expand Down

0 comments on commit 23ca0ba

Please sign in to comment.