mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-23 03:29:42 +01:00
Using install-nix-actions per Justin's advice
For more information see comments in justinwoo/easy-dhall-nix#26
This commit is contained in:
parent
d15b593628
commit
5b9961e78a
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: My Workflow
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
my_job:
|
||||
|
@ -11,9 +14,6 @@ jobs:
|
|||
os: [ubuntu-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
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v9
|
||||
- run: ./tests.bash
|
||||
|
|
Loading…
Reference in a new issue