Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onucsecu2 authored Aug 16, 2023
1 parent 00d905f commit 69a5f64
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: run test
run: |
cd ${{ github.workspace }}/backend/ &&
python src/app/tests_pre_start.py
# - name: Test test script
# run: |
# bash tests-start.sh "$@"
python src/app/tests_pre_start.py &&
bash src/scripts/test.sh "$@"
- name: Test test script
run: |
bash tests-start.sh "$@"

0 comments on commit 69a5f64

Please sign in to comment.