Skip to content

Commit e6d522e

Browse files
committed
fix: update working directory in ci pipeline
1 parent 5091860 commit e6d522e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
CLIENT_ID: ${{ matrix.environment == 'alpha' && secrets.ALPHA_TEST_CLIENT_ID || secrets.CLOUD_TEST_CLIENT_ID }}
6161
CLIENT_SECRET: ${{ matrix.environment == 'alpha' && secrets.ALPHA_TEST_CLIENT_SECRET || secrets.CLOUD_TEST_CLIENT_SECRET }}
6262
BASE_URL: ${{ matrix.environment == 'alpha' && secrets.ALPHA_BASE_URL || secrets.CLOUD_BASE_URL }}
63+
working-directory: testcases/${{ matrix.testcase }}
6364
run: |
6465
echo "Running testcase: ${{ matrix.testcase }}"
6566
echo "Environment: ${{ matrix.environment }}"

0 commit comments

Comments
 (0)