Skip to content

Commit

Permalink
Test browsers cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Nov 14, 2023
1 parent e005e42 commit 5275979
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ on:
workflow_dispatch:

jobs:
playwright:
name: 'Run Playwright Tests'
run-tests:
name: 'Run e2e tests'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
# Cache playwright browsers
# @see https://justin.poehnelt.com/posts/caching-playwright-in-github-actions/
- uses: actions/cache@v3
id: playwright-cache
with:
Expand Down

0 comments on commit 5275979

Please sign in to comment.