easy-dhall-nix/.github/workflows/ci.yml

20 lines
393 B
YAML
Raw Normal View History

2019-08-18 13:28:48 +02:00
name: My Workflow
on: [push]
jobs:
my_job:
name: My Job on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@master
- name: nix
run: |
curl https://nixos.org/nix/install | sh
. "$HOME"/.nix-profile/etc/profile.d/nix.sh
./test.bash