@@ -6,13 +6,12 @@ jobs:
|
|||||||
grammar-tests:
|
grammar-tests:
|
||||||
name: Grammar Tests
|
name: Grammar Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
- working-directory: ./tree-sitter-p4
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- working-directory: ./tree-sitter-p4
|
- uses: actions/setup-node@v4
|
||||||
uses: actions/setup-node@v4
|
- run: npm ci
|
||||||
- working-directory: ./tree-sitter-p4
|
- run: npm run generate
|
||||||
run: npm ci
|
- run: npm run test
|
||||||
- working-directory: ./tree-sitter-p4
|
|
||||||
run: npm run generate
|
|
||||||
- working-directory: ./tree-sitter-p4
|
|
||||||
run: npm run test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user