8000 fix bug with grep in test workflow · dragoncoder047/pickle@5f8c3a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f8c3a4

Browse files
fix bug with grep in test workflow
actions is now running with /bin/bash -e causing the script to break
1 parent 3ff6252 commit 5f8c3a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: test
2121
id: test
2222
run: |
23+
unset -e
2324
make test >> .tempfile 2>&1 || true
2425
cat .tempfile
2526
cat .tempfile | grep "Error 74" >/dev/null

0 commit comments

Comments
 (0)
0