Skip to content

Commit

Permalink
refactor: update test-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Oct 12, 2024
1 parent 472b30f commit 0177bc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -21,4 +20,6 @@ jobs:
pip install -r requirements.txt
- name: Run tests
run: python ./src/run_tests.py
run: |
cd ${{ github.action_path }}
python ./src/run_tests.py

0 comments on commit 0177bc5

Please sign in to comment.