Skip to content

Commit

Permalink
enable full with single worker
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-cedricyoung committed Aug 21, 2024
1 parent 14bb127 commit 1836e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: curl --retry 60 --retry-delay 2 --retry-connrefused http://localhost:4444
- name: UI tests
run: |
poetry run cucu run features/cli/help.feature --browser "chrome" --workers 1 --generate-report --report output/report --junit output/junit --selenium-remote-url http://localhost:4444
poetry run cucu run features --browser "chrome" --workers 1 --generate-report --report output/report --junit output/junit --selenium-remote-url http://localhost:4444
tar cvfz output.tgz output
env:
# COVERAGE_PROCESS_START: pyproject.toml
Expand Down

0 comments on commit 1836e43

Please sign in to comment.