Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs224 committed Sep 22, 2023
1 parent 141f95a commit 31cad3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
pull_request:
branches: [ main, master ]
jobs:
test-deno-memory-store:
test-memory-store:
timeout-minutes: 60
runs-on: ubuntu-latest
env:
STORE: memory
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 31cad3d

Please sign in to comment.