Skip to content

Commit

Permalink
fix experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Aug 6, 2024
1 parent 3ccbcc1 commit 3bc257c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npx tsc
- run: node main.js

Expand All @@ -73,6 +74,7 @@ jobs:
with:
distribution: temurin
java-version: '21'
- uses: gradle/actions/setup-gradle
- run: ./gradlew build

affected:
Expand Down

0 comments on commit 3bc257c

Please sign in to comment.