Skip to content

Commit

Permalink
lock devenv in CI to 0.6.3 (#19)
Browse files Browse the repository at this point in the history
* update install nix and cachix actions

* use devenv 0.6.3
  • Loading branch information
endorama authored Jun 23, 2024
1 parent 7674100 commit 9a14b07
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: devenv
- name: Install devenv.sh
run: nix profile install github:cachix/devenv/latest
run: nix profile install github:cachix/devenv/v0.6.3
shell: sh
- run: devenv ci
- run: devenv shell task lint
Expand All @@ -25,12 +25,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: devenv
- name: Install devenv.sh
run: nix profile install github:cachix/devenv/latest
run: nix profile install github:cachix/devenv/v0.6.3
shell: sh
- run: devenv ci
- run: devenv shell task fmt:check
Expand All @@ -44,12 +44,12 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: devenv
- name: Install devenv.sh
run: nix profile install github:cachix/devenv/latest
run: nix profile install github:cachix/devenv/v0.6.3
shell: sh
- run: devenv ci
- run: devenv shell task tests:coverage
Expand Down

0 comments on commit 9a14b07

Please sign in to comment.