File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : |
3333 if [ -z ${{ github.event.inputs.testCase }} ]; then
3434 echo "Running all tests"
35- go run gotest.tools/gotestsum@latest --format standard-verbose -- sceneTest/import/* -timeout 30m -args --cid 10185915124481584251 --config "${{ secrets.TEST_CONFIG_DEV }}" --test.timeout 30m
35+ go run gotest.tools/gotestsum@latest --format standard-verbose -- sceneTest/import/* -timeout 30m -args --cid 10978500581918433863 --config "${{ secrets.TEST_CONFIG_DEV }}" --test.timeout 30m
3636 else
3737 echo "Running test ${{ github.event.inputs.testCase }}"
38- go run gotest.tools/gotestsum@latest --format standard-verbose -- sceneTest/import/* -args --cid 10185915124481584251 --config "${{ secrets.TEST_CONFIG_DEV }}" --test.run ${{ github.event.inputs.testCase }}
38+ go run gotest.tools/gotestsum@latest --format standard-verbose -- sceneTest/import/* -args --cid 10978500581918433863 --config "${{ secrets.TEST_CONFIG_DEV }}" --test.run ${{ github.event.inputs.testCase }}
3939 fi
You can’t perform that action at this time.
0 commit comments