Skip to content

Commit

Permalink
Fix webpack version and safari test and update compiled (#29059)
Browse files Browse the repository at this point in the history
* Fix webpack version and safari test and update compiled

* Update compiled again
  • Loading branch information
ijjk authored Sep 13, 2021
1 parent c1e5f5b commit e49829b
Show file tree
Hide file tree
Showing 3 changed files with 63,824 additions and 63,821 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ jobs:

# TODO: use macos runner so that we can use playwright to test against
# PRs instead of only running on canary?
- run: '[[ -z "$BROWSERSTACK_ACCESS_KEY" ]] && echo "Skipping for PR" || npm i -g browserstack-local@1.4.0'
if: ${{needs.build.outputs.docsChange != 'docs only change'}}

- run: '[[ -z "$BROWSERSTACK_ACCESS_KEY" ]] && echo "Skipping for PR" || node run-tests.js -c 1 test/integration/production/test/index.test.js'
if: ${{needs.build.outputs.docsChange != 'docs only change'}}

Expand Down
Loading

0 comments on commit e49829b

Please sign in to comment.