Skip to content

Commit

Permalink
ci: don't build aot as it takes longer
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jun 26, 2023
1 parent eb1932f commit 64493e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ jobs:
run: |
npm install
npm install --prefix ./test-app/tools
- name: Build runtime ahead of time
run: ./gradlew
- name: SBG tests
run: ./gradlew runSbgTests --stacktrace
- name: Run unit tests
Expand Down

0 comments on commit 64493e5

Please sign in to comment.