From 38a666a4e2a446028a1842a7f3f58c22169bc847 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:15:17 -0700 Subject: [PATCH] Getting the directory right Running with the correct path this time (I think) --- .github/workflows/test-overpass.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-overpass.yml b/.github/workflows/test-overpass.yml index f42c24aaa..ae0f0b0d9 100644 --- a/.github/workflows/test-overpass.yml +++ b/.github/workflows/test-overpass.yml @@ -26,8 +26,6 @@ jobs: env: OVERPASS_KEY: '${{ secrets.OVERPASS_API }}' run: | - echo $OVERPASS_KEY - pwd - ls - ../emission/individual_tests/setup_overpass_tests.sh + echo Testing! + ./emission/individual_tests/setup_overpass_tests.sh