Skip to content

Commit

Permalink
workflows/test.yml: remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Mar 30, 2022
1 parent 8e09c9a commit d8ecd38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: yarn build
- name: Install Nix
uses: ./
with:
with:
nix_path: nixpkgs=channel:nixos-20.03
extra_nix_config: |
sandbox = relaxed
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- run: yarn build
- name: Install Nix
uses: ./
with:
with:
nix_path: nixpkgs=channel:nixos-21.05
install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
Expand All @@ -110,7 +110,7 @@ jobs:
install_url: https://releases.nixos.org/nix/nix-2.3.5/install
- run: nix-build test.nix

act-support:
act-support:
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -122,4 +122,4 @@ jobs:
go-version: '^1.16'
- run: go install github.com/nektos/act@latest
- 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
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build

0 comments on commit d8ecd38

Please sign in to comment.