Skip to content

Commit

Permalink
#21 OffscreenCanvasの実装(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Jan 27, 2023
1 parent c864416 commit 73b8496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: browser-actions/setup-chromium@latest
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: latest
firefox-version: "90.0"
- run: npm install
- run: npm run test

Expand All @@ -39,6 +39,6 @@ jobs:
- uses: browser-actions/setup-chromium@latest
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: latest
firefox-version: "90.0"
- run: npm install
- run: npm run test

0 comments on commit 73b8496

Please sign in to comment.