Skip to content

Commit 7805d39

Browse files
committed
testing if adding security binary fixes haskell test failure
1 parent 28ba55e commit 7805d39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- main
13+
- mohsen--fix-haskell-test
1314
merge_group:
1415
branches:
1516
- main

examples/development/haskell/devbox.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"zlib@latest",
88
"hpack@latest"
99
],
10+
"env": {
11+
"PATH": "/usr/bin/security:$PATH"
12+
},
1013
"shell": {
1114
"init_hook": null,
1215
"scripts": {
@@ -17,4 +20,4 @@
1720
]
1821
}
1922
}
20-
}
23+
}

0 commit comments

Comments
 (0)