Skip to content

Commit

Permalink
Test for act
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 15, 2021
1 parent ef6c38c commit 4f988f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,14 @@ jobs:
nix_path: nixpkgs=channel:nixos-21.05
install_url: https://releases.nixos.org/nix/nix-2.3.5/install
- run: nix-build test.nix

act-support:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.4.0
- name: Setup act
uses: actionsflow/setup-act-for-actionsflow@v1
- run: act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build

0 comments on commit 4f988f7

Please sign in to comment.