Skip to content

Commit

Permalink
Merge branch 'develop' into SP24-470-Create-endpoint-sending-three-im…
Browse files Browse the repository at this point in the history
…ages-of-a-specific-label
  • Loading branch information
sondrefj committed Jul 11, 2024
2 parents d95d282 + 10c49fe commit 768c38c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,3 @@ jobs:

- name: Install dependencies
run: pip install flake8

run-tests:
name: Run unit tests
runs-on: ubuntu-latest

steps:
- name: Check out git repo
uses: actions/checkout@v2

- name: Set up Python version
uses: actions/setup-python@v1
with:
python-version: "3.7"

- name: Install dependencies
run: pip install -r requirements.txt

- name: Run tests
run: cd src && python runTests.py --keys='${{ secrets.TEST_SETTINGS }}'

0 comments on commit 768c38c

Please sign in to comment.