File tree Expand file tree Collapse file tree 2 files changed +27
-21
lines changed
examples/development/haskell Expand file tree Collapse file tree 2 files changed +27
-21
lines changed Original file line number Diff line number Diff line change @@ -172,19 +172,19 @@ jobs:
172
172
uses :
jetify-com/[email protected]
173
173
with :
174
174
enable-cache : true
175
- - name : Run fast tests
176
- if : matrix.run-project-tests == 'project-tests-off'
177
- run : |
178
- echo "::group::Nix version"
179
- nix --version
180
- echo "::endgroup::"
181
- echo "::group::Contents of /etc/nix/nix.conf"
182
- cat /etc/nix/nix.conf || true
183
- echo "::endgroup::"
184
- echo "::group::Resolved Nix config"
185
- nix show-config --extra-experimental-features nix-command
186
- echo "::endgroup::"
187
- devbox run go test -v -timeout $DEVBOX_GOLANG_TEST_TIMEOUT ./...
175
+ # - name: Run fast tests
176
+ # if: matrix.run-project-tests == 'project-tests-off'
177
+ # run: |
178
+ # echo "::group::Nix version"
179
+ # nix --version
180
+ # echo "::endgroup::"
181
+ # echo "::group::Contents of /etc/nix/nix.conf"
182
+ # cat /etc/nix/nix.conf || true
183
+ # echo "::endgroup::"
184
+ # echo "::group::Resolved Nix config"
185
+ # nix show-config --extra-experimental-features nix-command
186
+ # echo "::endgroup::"
187
+ # devbox run go test -v -timeout $DEVBOX_GOLANG_TEST_TIMEOUT ./...
188
188
- name : Run project (slow) tests
189
189
if : matrix.run-project-tests == 'project-tests-only'
190
190
run : devbox run test-projects-only
Original file line number Diff line number Diff line change 1
1
{
2
- "packages" : [
3
- " ghc@latest" ,
4
- " gmp@latest" ,
5
- " stack@latest" ,
6
- " cabal-install@latest" ,
7
- " zlib@latest" ,
8
- " hpack@latest"
9
- ],
2
+ "packages" : {
3
+ "ghc" : " latest" ,
4
+ "gmp" : " latest" ,
5
+ "stack" : " latest" ,
6
+ "cabal-install" : " latest" ,
7
+ "zlib" : " latest" ,
8
+ "hpack" : " latest" ,
9
+ "darwin.Security" : {
10
+ "version" : " latest" ,
11
+ "platforms" : [
12
+ " aarch64-linux"
13
+ ]
14
+ }
15
+ },
10
16
"env" : {
11
17
"PATH" : " /usr/bin/security:$PATH"
12
18
},
You can’t perform that action at this time.
0 commit comments