Skip to content

Commit

Permalink
Don't auto-generated playwright tests in CI
Browse files Browse the repository at this point in the history
There aren't any auto-generated tests for the playwright feature, as it
depends on the ghcr.io/devcontainers/features/node feature in order to
run.

That feature isn't available in the base image used by auto-generated
tests, so we just can't write any tests in playwright/test.sh.
  • Loading branch information
gma committed Nov 7, 2024
1 parent d2b36c7 commit f368485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
features:
- playwright
features: []
baseImage:
- debian:latest
- ubuntu:latest
Expand Down

0 comments on commit f368485

Please sign in to comment.