Skip to content

Commit

Permalink
Updates the test GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
babasbot committed Jul 24, 2024
1 parent 62a2ff7 commit 6afd1ce
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run generate
- run: npm run test
- uses: actions/checkout@v4
- uses: tree-sitter/setup-action/cli@v1
- uses: tree-sitter/parser-test-action@v2

0 comments on commit 6afd1ce

Please sign in to comment.