From 6857bb1a1be59557582a60998c63d458fe3b5977 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:05:27 -0700 Subject: [PATCH] Updating workflow Adding commands to workflow to get a sense of why it's not running. --- .github/workflows/test-overpass.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-overpass.yml b/.github/workflows/test-overpass.yml index 270ff5c2c..f42c24aaa 100644 --- a/.github/workflows/test-overpass.yml +++ b/.github/workflows/test-overpass.yml @@ -25,5 +25,9 @@ jobs: - name: Test Overpass env: OVERPASS_KEY: '${{ secrets.OVERPASS_API }}' - run: ../../emission/individual_tests/setup_overpass_tests.sh + run: | + echo $OVERPASS_KEY + pwd + ls + ../emission/individual_tests/setup_overpass_tests.sh