Skip to content

Commit

Permalink
Merge pull request #422 from adobecom/test-milo
Browse files Browse the repository at this point in the history
Update test-milo.yml
  • Loading branch information
JFernandezAdobe authored Oct 17, 2023
2 parents 1c949bc + 8d3cff2 commit 230482f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-milo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
browser: webkit
name: Smoke Test
runs-on: ${{ matrix.os }}
env:
TESTSUITE: '@smoke'
BASICTESTS: '$TESTSUITE and (not (@analytics or @extension-installed))'
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -61,7 +58,7 @@ jobs:
run: npx playwright install --with-deps ${{ matrix.browser }}

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

Expand Down

0 comments on commit 230482f

Please sign in to comment.