mirror of
https://github.com/rife2/bld
synced 2026-06-27 06:07:48 +02:00
Remove download CI workflow step, no longer needed when using autoDownloadPurge and caching
This commit is contained in:
parent
83f8997e33
commit
cd545df730
5
.github/workflows/bld.yml
vendored
5
.github/workflows/bld.yml
vendored
|
|
@ -115,11 +115,8 @@ jobs:
|
||||||
key: ${{ runner.os }}-bld-java${{ matrix.java-version}}-lib
|
key: ${{ runner.os }}-bld-java${{ matrix.java-version}}-lib
|
||||||
restore-keys: ${{ runner.os }}-bld-java${{ matrix.java-version}}-lib
|
restore-keys: ${{ runner.os }}-bld-java${{ matrix.java-version}}-lib
|
||||||
|
|
||||||
- name: Download dependencies
|
|
||||||
run: ./bld clean download
|
|
||||||
|
|
||||||
- name: Compile source
|
- name: Compile source
|
||||||
run: ./bld compile
|
run: ./bld clean compile
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
id: tests
|
id: tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue