18
.github/workflows/moz.yml
vendored
Normal file
18
.github/workflows/moz.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: ESTree
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
test:
|
||||
name: fuzzing
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NODE: latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Perform tests
|
||||
shell: bash
|
||||
run: |
|
||||
. ./test/release/install.sh
|
||||
node test/mozilla-ast.js 5000
|
||||
Reference in New Issue
Block a user