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 8a947a4 commit 6985fe3Copy full SHA for 6985fe3
.github/workflows/tests.yml
@@ -78,14 +78,6 @@ jobs:
78
if: always() && steps.tt.conclusion == 'success'
79
run: diff ../Testing/RegressionTesting/TestOutput/test-small-911-out.xml ../Testing/RegressionTesting/GoodOutput/test-small-911-out.xml
80
81
- - id: ts911
82
- name: run test-small-911
83
- if: always() && steps.build.conclusion == 'success'
84
- run: ./cgraphitti -c ../Testing/RegressionTesting/configfiles/test-small-911.xml
85
- - name: verify test-small-911
86
- if: always() && steps.tt.conclusion == 'success'
87
- run: diff ../Testing/RegressionTesting/TestOutput/test-small-911-out.xml ../Testing/RegressionTesting/GoodOutput/test-small-911-out.xml
88
-
89
- id: tm
90
name: run test-medium
91
if: always() && steps.build.conclusion == 'success'
0 commit comments