Skip to content

Commit

Permalink
Updating workflow
Browse files Browse the repository at this point in the history
Adding commands to workflow to get a sense of why it's not running.
  • Loading branch information
nataliejschultz committed Feb 7, 2024
1 parent b1b0698 commit 6857bb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-overpass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6857bb1

Please sign in to comment.