Skip to content

Commit

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

0 comments on commit 1bd8ad6

Please sign in to comment.