Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Feb 2, 2024
1 parent b92b8ca commit 5be985e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Install Compiler
run: cd compiler && ./install.sh
run: cd projects && ./install.sh

- name: Run Sandbox Test
run: cd sandbox && ./test.sh
run: cd examples && ./test.sh


11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,10 @@ jobs:
java-version: 11

- name: Install
run: cd compiler && ./install.sh
run: cd projects && ./install.sh

- name: Release
run: cd compiler && ./release.sh

- name: Install BOM
run: cd bom && ./install.sh

- name: Release BOM
run: cd bom && ./release.sh
run: cd projects && ./release.sh



0 comments on commit 5be985e

Please sign in to comment.