Skip to content

Commit

Permalink
set working directory of test job
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes committed Mar 28, 2024
1 parent 28697a0 commit b36f5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
node-version: "16"
- name: Install dependencies
run: npm install
working-directory: ${{ matrix.scraper }}
- name: Run scraper
run: npm run scrape
working-directory: ${{ matrix.scraper }}
env:
HASURAGRES_URL: https://graphql.csesoc.app
HASURAGRES_API_KEY: ${{ secrets.HASURAGRES_API_KEY }}
Expand Down

0 comments on commit b36f5f6

Please sign in to comment.