We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420eebc commit 59755c0Copy full SHA for 59755c0
.github/actions/run-ios-e2e-tests/action.yml
@@ -75,6 +75,7 @@ runs:
75
run: |
76
echo "TEST_OUTPUT_DIRECTORY: ${{ env.TEST_OUTPUT_DIRECTORY }}"
77
echo "TEST_NAME_SANITIZED: ${{ env.TEST_NAME_SANITIZED }}"
78
+ shell: bash
79
80
- name: Store test report artifact
81
if: always()
0 commit comments