Skip to content

Commit

Permalink
Merge pull request #83 from computas/remove-testing
Browse files Browse the repository at this point in the history
Update pull-request.yml
  • Loading branch information
sondrefj authored Jul 11, 2024
2 parents dd7e0a9 + e4a3e06 commit 10c49fe
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 10c49fe

Please sign in to comment.