Skip to content

Commit

Permalink
Don't run tests
Browse files Browse the repository at this point in the history
These tests require that it be running in Docker.
  • Loading branch information
waldoj committed Dec 28, 2023
1 parent 2059bc6 commit 64d26d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64d26d2

Please sign in to comment.