Skip to content

Commit

Permalink
Disable dryrun in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes authored Mar 27, 2024
1 parent fc2688e commit 15f7580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
node-version: "16"
- name: Install dependencies
run: npm install
- name: Dryrun scraper
- name: Run scraper
run: npm run scrape
env:
HASURAGRES_URL: https://graphql.csesoc.app
HASURAGRES_API_KEY: ${{ secrets.HASURAGRES_API_KEY }}
DRYRUN: true
build:
name: "Build"
needs: [test]
Expand Down

0 comments on commit 15f7580

Please sign in to comment.