Skip to content

Commit 8ee01ed

Browse files
authored
simplify test file path in e2e-compose (#318)
1 parent 5d952de commit 8ee01ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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() }}

0 commit comments

Comments
 (0)