Skip to content

Commit

Permalink
uncomment nss test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoGoblino authored Oct 17, 2024
1 parent 1f5b8d8 commit 3db6206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 1
matrix:
scraper:
# - nss
- nss
- libcal
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
git commit -m "feat(freerooms-scrapers): update images"
git push -u origin update/freerooms-scrapers/${{ github.sha }}
gh pr create -B migration --title "feat(freerooms-scrapers): update images" --body "Updates the images for the nss-scraper and libcal-scraper deployments to commit devsoc-unsw/freerooms-scrapers@${{ github.sha }}." > URL
gh pr merge $(cat URL) --squash -d
gh pr merge $(cat URL) --squash -d

0 comments on commit 3db6206

Please sign in to comment.