Skip to content

Commit c2201c9

Browse files
authored
Update CID in import-scene-test-dev.yml
1 parent 7fa5eb1 commit c2201c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/import-scene-test-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
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

0 commit comments

Comments
 (0)