diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 941cc5e..b4b089f 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -12,7 +12,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Build agglayer image locally run: | - cd $GITHUB_WORKSPACE && cd agglayer + cd $GITHUB_WORKSPACE # Change to the root directory of the repository if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then GITHUB_SHA=$(jq -r .pull_request.head.sha "$GITHUB_EVENT_PATH") fi