From cbbda05f7a30984a66a3190001ef4a43681b2e89 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 27 Jan 2024 18:38:06 -0500 Subject: [PATCH] test empty script --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 19f6fe8b..468e46cf 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -47,7 +47,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run empty script - run: bash ./.github/scripts/my-script.sh + run: bash ./scripts/my-script.sh # - name: Setup postgres # uses: ./.github/actions/setup-postgres-linux