Cleaned up GitHub workflow

This commit is contained in:
Erik C. Thauvin 2024-07-19 00:39:50 -07:00
parent 439fb2571f
commit 17a21bb436
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -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