Skip to content

Commit dd1e5e4

Browse files
authored
testing if setup works
1 parent 867ee38 commit dd1e5e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/actions/gmt-pytest/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ runs:
9494
working-directory: ${{ inputs.gmt-directory }}/tests
9595
run: |
9696
source ../venv/bin/activate
97-
python3 -m ${{ inputs.tests-command }} -rA | tee /tmp/test-results.txt
97+
# python3 -m ${{ inputs.tests-command }} -rA | tee /tmp/test-results.txt
9898

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
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
104104

105105
- name: Stop Containers
106106
shell: bash

0 commit comments

Comments
 (0)