From 38b2adbc4d804cd02e39335d8b831ae1c899d821 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 27 Jan 2024 18:08:56 -0500 Subject: [PATCH] test empty script --- {scripts => .github/scripts}/echo.sh | 0 .github/workflows/integration-tests.yml | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename {scripts => .github/scripts}/echo.sh (100%) 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