Skip to content

Commit c159225

Browse files
henrirostenbrianmcgillion
authored andcommitted
Github actions: Evaluate devShells
Start evaluating Ghaf devShell outpus in the eval.yml workflow. Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
1 parent e7f1ed7 commit c159225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
run: |
5151
echo "strategy.job-total: ${{ strategy.job-total }}"
5252
echo "matrix.jobid: ${{ matrix.jobid }}"
53-
nix develop --command .github/eval.sh -j ${{ matrix.jobid }} -m ${{ strategy.job-total }}
53+
nix develop --command .github/eval.sh -t '(devShells\.|packages\.)' -j ${{ matrix.jobid }} -m ${{ strategy.job-total }}

0 commit comments

Comments
 (0)