We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c26ca1 commit fda9193Copy full SHA for fda9193
.github/workflows/ci.yml
@@ -122,6 +122,10 @@ jobs:
122
run: deno task test test/minified
123
124
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
129
runs-on: ubuntu-latest
130
steps:
131
- name: Setup repo
0 commit comments