mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
bump
This commit is contained in:
parent
d86d78194d
commit
fdfd300632
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
- uses: cachix/install-nix-action@v3
|
- uses: cachix/install-nix-action@v6
|
||||||
- name: Test public cache
|
- name: Test public cache
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
@ -33,4 +33,4 @@ jobs:
|
||||||
name: cachix-action-private
|
name: cachix-action-private
|
||||||
file: test.nix
|
file: test.nix
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY_PRIVATE }}'
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY_PRIVATE }}'
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue