From 64d26d25ea2f93de818416758038d073082a5351 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Wed, 27 Dec 2023 20:55:27 -0500 Subject: [PATCH] Don't run tests These tests require that it be running in Docker. --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 66f49d7..cfa5969 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,6 @@ jobs: && zip -qr latest.zip rs-machine . --exclude *.git* *.scannerwork* && mkdir -p upload && mv latest.zip upload/latest.zip - - run: cd deploy/tests/ && ./legislator.sh && cd ../.. - name: Save secret-populated code for a subsequent deploy step uses: actions/upload-artifact@v4 with: