mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +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]
|
||||
|
||||
jobs:
|
||||
|
@ -85,8 +85,8 @@ jobs:
|
|||
- name: Execute
|
||||
uses: .
|
||||
with:
|
||||
cache_key:
|
||||
packages: dot
|
||||
cache_key: ''
|
||||
packages: ''
|
||||
continue-on-error: true
|
||||
- name: Verify
|
||||
if: steps.execute.outcom != 'failure'
|
||||
|
|
Loading…
Reference in a new issue