Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1

Workflow file for this run

name: "Test macOS"
on:
pull_request:
push:
jobs:
tests:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build -E 'with import <nixpkgs> {}; callPackage ./. {} "${gzip}/bin/gzip"' -o result
- run: result/bin/gzip README.md
- run: test -f README.md.gz