Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autobahn suite #3251

Merged
merged 9 commits into from
May 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add permission
  • Loading branch information
Uzlopak committed May 13, 2024
commit 0c224ed4f63c9c3bfb87edc6c049828b1a34f987
5 changes: 3 additions & 2 deletions .github/workflows/autobahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

permissions:
contents: read
pull-requests: write

jobs:
autobahn:
Expand Down Expand Up @@ -37,11 +38,11 @@ jobs:
uses: docker://docker
with:
args: docker restart --time 0 --signal=SIGKILL fuzzingserver

- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: lts/*
node-version: 22

- name: Run Autobahn Test Suite
run: npm run test:websocket:autobahn
Expand Down
Loading