Skip to content

Commit

Permalink
bypass bot detection
Browse files Browse the repository at this point in the history
  • Loading branch information
TsayAdobe committed Sep 16, 2023
1 parent a33aec1 commit 4704eab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-milo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:

- name: Run the tests
run: npx run test/e2e/frictionless -t "@smoke and not @analytics" -h -p prod -b ${{ matrix.browser }} --bypassBotDetection
env:
USER_AGENT_SUFFIX: "${{ secrets.USER_AGENT_SUFFIX }}"

- name: Save test logs
if: ${{ always() }}
Expand Down

0 comments on commit 4704eab

Please sign in to comment.