mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-21 02:27:09 +00:00
Experiment with using path.
This commit is contained in:
commit
f54cc8debe
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Success Tests
|
name: Tests
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -85,8 +85,8 @@ jobs:
|
||||||
- name: Execute
|
- name: Execute
|
||||||
uses: .
|
uses: .
|
||||||
with:
|
with:
|
||||||
cache_key:
|
cache_key: ''
|
||||||
packages: dot
|
packages: ''
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Verify
|
- name: Verify
|
||||||
if: steps.execute.outcom != 'failure'
|
if: steps.execute.outcom != 'failure'
|
||||||
|
|
Loading…
Reference in a new issue