Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbradford committed Oct 30, 2023
1 parent 9ef1099 commit aa44b8a
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 @@ -40,6 +40,8 @@ jobs:
path: playwright-report/
retention-days: 30

# There isn't an easy way to load the devcontainer itself,
# so we make do with just the dockerfile
build_devcontainer:
name: Build devcontainer
runs-on: ubuntu-latest
Expand All @@ -49,6 +51,6 @@ jobs:

- name: Build container
run: |
docker build -t devcontainer .devcontainer
docker build -t devcontainer-instance .
# docker run devcontainer <your-test-command>

0 comments on commit aa44b8a

Please sign in to comment.