Skip to content

Commit

Permalink
test: fix test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Sep 27, 2023
1 parent 57ecdd3 commit ae07ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- uses: actions/cache@v3
with:
path: tests/fixtures
key: tests/fixtures
path: tests/fixtures/roms
key: tests/fixtures/roms

- run: pnpm lint
- run: pnpm playwright install chromium
Expand Down

0 comments on commit ae07ec9

Please sign in to comment.