Skip to content

Commit 3b1cf62

Browse files
committed
attempted to fix functional_test
1 parent 6a1950a commit 3b1cf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
fi
8282
8383
- name: Reset database
84-
run: docker compose run scraper apk add postgresql-client; ./reset_db.bash;
84+
run: docker compose run scraper sh -c 'apk add postgresql-client && ./reset_db.bash;'
8585

8686
- name: Run scraper again (to test cache)
8787
run: docker compose run scraper python3 src/main.py --db --all-colleges --ratings

0 commit comments

Comments
 (0)