We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867ee38 commit dd1e5e4Copy full SHA for dd1e5e4
.github/actions/gmt-pytest/action.yml
@@ -94,13 +94,13 @@ runs:
94
working-directory: ${{ inputs.gmt-directory }}/tests
95
run: |
96
source ../venv/bin/activate
97
- python3 -m ${{ inputs.tests-command }} -rA | tee /tmp/test-results.txt
+# python3 -m ${{ inputs.tests-command }} -rA | tee /tmp/test-results.txt
98
99
- - name: Display Results
100
- shell: bash
101
- if: always()
102
- run: |
103
- cat /tmp/test-results.txt | grep -oPz '(=*) short test summary(.*\n)*' >> $GITHUB_STEP_SUMMARY
+ # - name: Display Results
+ # shell: bash
+ # if: always()
+ # run: |
+ # cat /tmp/test-results.txt | grep -oPz '(=*) short test summary(.*\n)*' >> $GITHUB_STEP_SUMMARY
104
105
- name: Stop Containers
106
shell: bash
0 commit comments