Skip to content

Commit

Permalink
Cleaned up GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jul 19, 2024
1 parent 439fb25 commit 17a21bb
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ jobs:
distribution: "zulu"
java-version: ${{ matrix.java-version }}

- name: Grant execute permission for bld
run: chmod +x bld

- name: Download the dependencies
- name: Download dependencies
run: ./bld download

- name: Download the examples dependencies
run: |
cd examples
chmod +x bld
./bld download
cd ..
- name: Download dependencies [examples]
working-directory: examples
run: ./bld download

- name: Run tests with bld
- name: Run tests
run: ./bld compile test

0 comments on commit 17a21bb

Please sign in to comment.