File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 cat mo.yml
121121 echo "============================="
122122
123- ./run.sh -n -g -o -p $GITHUB_WORKSPACE /test/distributed/cases -s /test/distributed/resources -e pessimistic_transaction 2>&1
123+ ./run.sh -n -g -o -p /test/distributed/cases -e pessimistic_transaction 2>&1
124124
125125 - name : Print Docker Info Before Container Shutdown
126126 if : ${{ always() }}
@@ -269,7 +269,7 @@ jobs:
269269 cat mo.yml
270270 echo "============================="
271271
272- ./run.sh -n -g -o -p $GITHUB_WORKSPACE /test/distributed/cases -s /test/distributed/resources -e optimistic 2>&1
272+ ./run.sh -n -g -o -p /test/distributed/cases -e optimistic 2>&1
273273
274274 - name : Print Docker Info Before Container Shutdown
275275 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments