Skip to content

workaround GitHub Actions on Ubuntu #142

workaround GitHub Actions on Ubuntu

workaround GitHub Actions on Ubuntu #142

Workflow file for this run

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