Skip to content

Commit

Permalink
Adding no-sandbox for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Apr 4, 2024
1 parent 90c28c5 commit a15b34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/load_browser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
VUS: 1
K6_BROWSER_ENABLED: true
K6_BROWSER_HEADLESS: true
K6_BROWSER_ARGS: no-sandbox
run: |
PAGE="/blocks" ./bin_k6/k6-tsdb-linux run src/frontend.browser.test.suite.ts
PAGE="/txs" ./bin_k6/k6-tsdb-linux run src/frontend.browser.test.suite.ts
Expand Down

0 comments on commit a15b34c

Please sign in to comment.