Skip to content

Commit

Permalink
test: run in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Nov 14, 2023
1 parent 9b05320 commit 753850b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ concurrency:
jobs:
build-and-test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 753850b

Please sign in to comment.