Skip to content

Commit

Permalink
build lys-compiler on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
menduz committed Jan 24, 2025
1 parent 186ffde commit d2320ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 22.x
- name: npm install
run: npm install
- name: make test
run: make build
- name: Checkout lys-compiler
Expand Down

0 comments on commit d2320ef

Please sign in to comment.