Skip to content

Commit 5cd9325

Browse files
authored
Update testing_rag.yml
1 parent d8f821c commit 5cd9325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing_rag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
3737
- name: Run tests
3838
timeout-minutes: 10
39-
shell: bash
4039
run: |
4140
set +e # Don't exit on first failure
4241
ulimit -c 0
@@ -63,3 +62,5 @@ jobs:
6362
done
6463
6564
echo "All tests completed"
65+
shell: bash
66+

0 commit comments

Comments
 (0)