Skip to content

Commit

Permalink
trying to get it actions workiong
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Langsenkamp committed Sep 5, 2023
1 parent aef8ee1 commit dc161db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
with:
node-version: 20
- name: Buildi
run: npm install
run:
npm install;
sbt compile

0 comments on commit dc161db

Please sign in to comment.