diff options
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/ci.generate.ts | 9 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index af212cd47..41abf1737 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -643,15 +643,6 @@ const ci = { 'gsutil -h "Cache-Control: public, max-age=3600" cp ./target/release/*.zip gs://dl.deno.land/canary/$(git rev-parse HEAD)/', }, { - name: "Autobahn testsuite", - if: [ - "matrix.job == 'test' && matrix.profile == 'release' &&", - "!startsWith(github.ref, 'refs/tags/') && startsWith(matrix.os, 'ubuntu')", - ].join("\n"), - run: - "target/release/deno run -A --unstable ext/websocket/autobahn/fuzzingclient.js", - }, - { name: "Test debug", if: [ "matrix.job == 'test' && matrix.profile == 'debug' &&", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc9c709e9..c70590d61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -399,11 +399,6 @@ jobs: env: CLOUDSDK_PYTHON: '${{env.pythonLocation}}\python.exe' run: 'gsutil -h "Cache-Control: public, max-age=3600" cp ./target/release/*.zip gs://dl.deno.land/canary/$(git rev-parse HEAD)/' - - name: Autobahn testsuite - if: |- - !(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'release' && - !startsWith(github.ref, 'refs/tags/') && startsWith(matrix.os, 'ubuntu')) - run: target/release/deno run -A --unstable ext/websocket/autobahn/fuzzingclient.js - name: Test debug if: |- !(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'debug' && |
