diff --git a/.github/actions/e2e-test/action.yaml b/.github/actions/e2e-test/action.yaml index de68a8e4..9fd7a9fb 100644 --- a/.github/actions/e2e-test/action.yaml +++ b/.github/actions/e2e-test/action.yaml @@ -76,7 +76,7 @@ runs: - name: Run tests run: | - cd tests/e2e/ && go test -v ./... + cd starship/tests/e2e/ && go test -v ./... env: TEST_CONFIG_FILE: ${{ inputs.config-file }} shell: bash