Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RenjiSann committed Jan 11, 2023
1 parent eea4f9a commit c9bee47
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:

jobs:
tree_sitter_test:
name: tree-sitter generate
name: tree-sitter test
runs-on: ubuntu-latest
container:
image: alpine:latest
steps:
- uses: actions/checkout@v3
- name: Install tree-sitter, clang and nodejs
run: apk add tree-sitter-cli nodejs clang
- name: Run tree-sitter generate
run: tree-sitter generate
- name: Run tree-sitter test
run: tree-sitter test
- name: Install tree-sitter, gcc and nodejs
run: apk add build-base clang nodejs tree-sitter-cli
- run: tree-sitter generate
- run: tree-sitter test

0 comments on commit c9bee47

Please sign in to comment.