fixing CI
This commit is contained in:
@@ -29,9 +29,6 @@ jobs:
|
|||||||
cache-all-crates: "true"
|
cache-all-crates: "true"
|
||||||
cache-on-failure: "false"
|
cache-on-failure: "false"
|
||||||
|
|
||||||
- name: Install cargo tools
|
|
||||||
uses: cargo-bins/cargo-binstall@main
|
|
||||||
|
|
||||||
- name: Install deqp-runner
|
- name: Install deqp-runner
|
||||||
run: cargo install deqp-runner
|
run: cargo install deqp-runner
|
||||||
|
|
||||||
@@ -55,7 +52,6 @@ jobs:
|
|||||||
zip ./assets/results.zip ./cts/results.csv
|
zip ./assets/results.zip ./cts/results.csv
|
||||||
|
|
||||||
- name: Deploying CTS results
|
- name: Deploying CTS results
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
|
||||||
uses: milanmk/actions-file-deployer@master
|
uses: milanmk/actions-file-deployer@master
|
||||||
with:
|
with:
|
||||||
remote-protocol: sftp
|
remote-protocol: sftp
|
||||||
|
|||||||
Reference in New Issue
Block a user