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 b3e38a6 commit 358e98d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
run: npm install
- name: make test
run: make test
- name: Checkout lys-compiler
uses: actions/checkout@v4
with:
repository: lys-lang/lys-compiler
path: lys-compiler
- name: Build and test lys-compiler
working-directory: ./lys-compiler
run: |
make build LYS=../lys/dist/bin.js
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 358e98d

Please sign in to comment.