Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HEAD' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkan1 committed Apr 14, 2024
2 parents 03dd661 + 9291b48 commit 23c4aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
export PATH=$PATH:/builder/home/.local/bin
./bin/flake8_tests.sh
PythonUnitTests:
timeout-minutes: 30
timeout-minutes: 60

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -71,6 +71,7 @@ jobs:
shell: bash
if: always()
run: |
docker cp tests:/app/coverage.xml ./coverage.xml
docker cp tests:/app/junit.xml ./results.xml
ls -l
- name: "Publish unit test report"
Expand Down

0 comments on commit 23c4aa4

Please # to comment.