mirror of
https://github.com/rife2/bld
synced 2026-06-25 05:27:46 +02:00
Remove no long necessary download CI steps
This commit is contained in:
parent
877b4f758b
commit
10b204ead4
10
.github/workflows/bld.yml
vendored
10
.github/workflows/bld.yml
vendored
|
|
@ -161,11 +161,8 @@ jobs:
|
|||
key: ${{ 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
|
||||
run: ./bld compile
|
||||
run: ./bld clean compile
|
||||
|
||||
- name: Run tests
|
||||
id: tests
|
||||
|
|
@ -208,11 +205,8 @@ jobs:
|
|||
key: ${{ runner.os }}-bld-java${{ matrix.java-version}}-lib
|
||||
restore-keys: ${{ runner.os }}-bld-java${{ matrix.java-version}}-lib
|
||||
|
||||
- name: Download dependencies
|
||||
run: .\bld.bat clean download
|
||||
|
||||
- name: Compile source
|
||||
run: .\bld.bat compile
|
||||
run: .\bld.bat clean compile
|
||||
|
||||
- name: Run tests
|
||||
id: tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue