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" distribution: "zulu"
java-version: ${{ matrix.java-version }} java-version: ${{ matrix.java-version }}
- name: Grant execute permission for bld - name: Download dependencies
run: chmod +x bld
- name: Download the dependencies
run: ./bld download run: ./bld download
- name: Download the examples dependencies - name: Download dependencies [examples]
run: | working-directory: examples
cd examples run: ./bld download
chmod +x bld
./bld download
cd ..
- name: Run tests with bld - name: Run tests
run: ./bld compile test run: ./bld compile test