mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 08:00:53 +00:00
Update .github/workflows/test.yml
Co-authored-by: Ryan <me@hackerc.at>
This commit is contained in:
parent
31bbb1e1e8
commit
7a6ac48c9d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -120,6 +120,6 @@ jobs:
|
|||
- uses: actions/setup-go@v2.1.4
|
||||
with:
|
||||
go-version: '^1.16'
|
||||
- run: go install github.com/nektos/act@latest
|
||||
- run: docker pull ghcr.io/catthehacker/ubuntu:full-20.04
|
||||
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build
|
||||
- run: go install github.com/nektos/act@master
|
||||
- run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04
|
||||
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
|
Loading…
Reference in a new issue