Skip to content

Commit 336cf83

Browse files
committed
Extract core feature from chore job
1 parent f6f8d10 commit 336cf83

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci-nix.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,19 @@ on:
2626
jobs:
2727
tasks:
2828
runs-on: ubuntu-24.04
29-
timeout-minutes: 30
29+
timeout-minutes: 15
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17
3333
- run: nix flake check
3434
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
3535
- run: nix develop --command task deps
3636
- run: nix develop --command task
37+
38+
package:
39+
runs-on: ubuntu-24.04
40+
timeout-minutes: 15
41+
steps:
42+
- uses: actions/checkout@v4
43+
- uses: DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17
3744
- run: nix run . -- --version

0 commit comments

Comments
 (0)