Skip to content

Commit 8d2bbcc

Browse files
committed
Add requiredJobs for testing evalPlatform
1 parent 3904e13 commit 8d2bbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
steps:
226226
- uses: actions/checkout@v3
227227
- name: "Check that evaluation of hydra jobs works without using remote builders"
228-
run: nix-instantiate release.nix -A x86_64-darwin.required-unstable-ghc8107-native --show-trace --builders ''
228+
run: nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc8107-native --show-trace --builders ''
229229

230230
hix-cabal:
231231
runs-on: [self-hosted, linux]

0 commit comments

Comments
 (0)