Skip to content

chore(deps): update cachix/install-nix-action action to v30 #496

chore(deps): update cachix/install-nix-action action to v30

chore(deps): update cachix/install-nix-action action to v30 #496

Workflow file for this run

---
name: "Test"
"on":
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup push cache
run: echo '{ cachix.push = "marcusramberg"; }' > devenv.local.nix
shell: sh
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v14
with:
name: devenv
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Install devenv.sh
run: nix profile install github:cachix/devenv/v1.0
shell: sh
- run: devenv test
- run: devenv shell echo ok