Skip to content

Commit

Permalink
Adding permissions?
Browse files Browse the repository at this point in the history
Adding runner permissions for setup script.
  • Loading branch information
nataliejschultz committed Feb 7, 2024
1 parent 38a666a commit 1f7c3f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-overpass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
OVERPASS_KEY: '${{ secrets.OVERPASS_API }}'
run: |
echo Testing!
chmod +x setup_overpass_tests.sh
./emission/individual_tests/setup_overpass_tests.sh
4 changes: 0 additions & 4 deletions emission/individual_tests/setup_overpass_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ source setup/setup_tests.sh
echo "Running tests..."
source setup/activate_tests.sh

echo "Adding permissions for the runIntegrationTests.sh script"
chmod +x runIntegrationTests.sh
echo "Permissions added for the runIntegrationTests.sh script"

set -e
PYTHONPATH=. python -m unittest emission/individual_tests/TestOverpass.py

0 comments on commit 1f7c3f1

Please sign in to comment.