Skip to content

Commit fda9193

Browse files
committed
disable e2e tests
1 parent 3c26ca1 commit fda9193

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ jobs:
122122
run: deno task test test/minified
123123

124124
e2e-tests:
125+
# e2e tests are temporarily disabled because github actions fails to launch the browser without any clear error message
126+
# the best course of action would probably be to upgrade puppeteer to the latest version, but for that we also have to
127+
# upgrade Deno first
128+
if: false
125129
runs-on: ubuntu-latest
126130
steps:
127131
- name: Setup repo

0 commit comments

Comments
 (0)