From 3db62067914950bb57b947e564411039f2101f25 Mon Sep 17 00:00:00 2001 From: ChinoGoblino <71302825+ChinoGoblino@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:37:04 +1100 Subject: [PATCH] uncomment nss test --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 75bce1a..48935a3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -13,7 +13,7 @@ jobs: max-parallel: 1 matrix: scraper: -# - nss + - nss - libcal steps: - uses: actions/checkout@v4 @@ -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 \ No newline at end of file + gh pr merge $(cat URL) --squash -d