Skip to content

Commit

Permalink
set default to headful, then headless in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 14, 2024
1 parent 89c44d8 commit d465304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/locust-load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Perform a load test
run: |
devcontainer exec --workspace-folder ../sage-monorepo bash -c ". ./dev-env.sh \
&& nx run sandbox-locust:serve:${{ inputs.product }}
&& nx run sandbox-locust:serve:${{ inputs.product }} --headless
- name: Upload Locust reports as artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/sandbox/locust/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytest-html = "3.2.0"

[tool.locust]
# locustfile = ""
headless = true
headless = false
# master = false
# expect-workers = 5
# host = ""
Expand Down

0 comments on commit d465304

Please sign in to comment.