We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f8d10 commit 336cf83Copy full SHA for 336cf83
1 file changed
.github/workflows/ci-nix.yml
@@ -26,12 +26,19 @@ on:
26
jobs:
27
tasks:
28
runs-on: ubuntu-24.04
29
- timeout-minutes: 30
+ timeout-minutes: 15
30
steps:
31
- uses: actions/checkout@v4
32
- uses: DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17
33
- run: nix flake check
34
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
35
- run: nix develop --command task deps
36
- run: nix develop --command task
37
+
38
+ package:
39
+ runs-on: ubuntu-24.04
40
41
+ steps:
42
+ - uses: actions/checkout@v4
43
+ - uses: DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17
44
- run: nix run . -- --version
0 commit comments