Skip to content

Re-enable part of @sentry/browser integration tests #4226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,12 @@ jobs:
${{ github.workspace }}/packages/**/*.tgz
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip

job_browserstack_test:
name: BrowserStack
job_browser_integration_tests:
name: Browser Integration Tests
needs: job_build
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 15
continue-on-error: true
# TODO: Fix BrowserStack tests
# if: startsWith(github.ref, 'refs/heads/release/')
if: false
steps:
- name: Check out current commit (${{ github.sha }})
uses: actions/checkout@v2
Expand All @@ -293,11 +290,7 @@ jobs:
path: ${{ env.CACHED_BUILD_PATHS }}
key: ${{ env.BUILD_CACHE_KEY }}
- name: Run integration tests
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
run: |
cd packages/browser
yarn test:integration:checkbrowsers
yarn test:integration
yarn test:package