diff --git a/scripts/echo.sh b/.github/scripts/echo.sh similarity index 100% rename from scripts/echo.sh rename to .github/scripts/echo.sh diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c8b7776a..e1d3b033 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -48,9 +48,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run empty script - run: ./echo.sh + run: ./.github/scripts/echo.sh shell: bash - working-directory: ./scripts # - name: Setup postgres # uses: ./.github/actions/setup-postgres-linux