We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568ccad commit 31eaeddCopy full SHA for 31eaedd
1 file changed
.github/workflows/ci.yaml
@@ -16,8 +16,8 @@ jobs:
16
with:
17
name: nix-community
18
- uses: DeterminateSystems/magic-nix-cache-action@v9
19
- - name: Activate devshell
20
- run: nix print-dev-env .#ci >> "$GITHUB_ENV"
+ - name: activate-nix
+ run: nix develop ".#ci" --print-build-logs --command bash -c 'cat >>"$GITHUB_PATH" <<<"$PATH"'
21
- run: task vet
22
- run: task test
23
- run: task lint
0 commit comments