mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Repoint package for tests.
This commit is contained in:
parent
a759fc2fc1
commit
7e953c9334
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: Install and cache.
|
name: Install and cache.
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/cached-apt-install-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@v1@v1
|
||||||
with:
|
with:
|
||||||
cache_key: ${{ env.GITHUB_JOB }}
|
cache_key: ${{ env.GITHUB_JOB }}
|
||||||
packages: dot rolldice
|
packages: dot rolldice
|
||||||
|
@ -30,7 +30,7 @@ jobs:
|
||||||
name: Add another install and cache.
|
name: Add another install and cache.
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/cached-apt-install-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@v1@v1
|
||||||
with:
|
with:
|
||||||
cache_key: ${{ env.GITHUB_JOB }}
|
cache_key: ${{ env.GITHUB_JOB }}
|
||||||
packages: dot rolldice g++
|
packages: dot rolldice g++
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Verify omitted packages are cleaned up.
|
name: Verify omitted packages are cleaned up.
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/cached-apt-install-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@v1@v1
|
||||||
with:
|
with:
|
||||||
cache_key: ${{ env.GITHUB_JOB }}_1
|
cache_key: ${{ env.GITHUB_JOB }}_1
|
||||||
packages: dot g++
|
packages: dot g++
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Verify cache state is not shared.
|
name: Verify cache state is not shared.
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/cached-apt-install-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@v1@v1
|
||||||
with:
|
with:
|
||||||
cache_key: ${{ env.GITHUB_JOB }}_1
|
cache_key: ${{ env.GITHUB_JOB }}_1
|
||||||
packages: show-motd
|
packages: show-motd
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
name: No packages passed.
|
name: No packages passed.
|
||||||
steps:
|
steps:
|
||||||
- name: Execute
|
- name: Execute
|
||||||
uses: actions/cached-apt-install-action@v1
|
uses: awalsh128/cache-apt-pkgs-action@v1@v1
|
||||||
with:
|
with:
|
||||||
cache_key: ''
|
cache_key: ''
|
||||||
packages: ''
|
packages: ''
|
||||||
|
@ -97,7 +97,7 @@ jobs:
|
||||||
name: Package not found.
|
name: Package not found.
|
||||||
steps:
|
steps:
|
||||||
- name: Execute
|
- name: Execute
|
||||||
uses: actions/cached-apt-install-action@v1
|
uses: awalsh128/cache-apt-pkgs-action@v1@v1
|
||||||
with:
|
with:
|
||||||
cache_key: ${{ env.GITHUB_JOB }}
|
cache_key: ${{ env.GITHUB_JOB }}
|
||||||
packages: package_that_doesnt_exist
|
packages: package_that_doesnt_exist
|
||||||
|
|
Loading…
Reference in a new issue