Skip to content

Commit

Permalink
Committing new Github Actions once again
Browse files Browse the repository at this point in the history
  • Loading branch information
CCP-Zeulix committed Apr 11, 2024
1 parent 1bd8ad6 commit 4cf941d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade -r requirements.txt
- name: Wait for LocalStack
run: |
until curl --fail http://localhost:4566/health; do sleep 5; done
- name: Run tests
run: |
python -m unittest discover -v -f ./tests/localstack

0 comments on commit 4cf941d

Please sign in to comment.