Skip to content

Commit

Permalink
Do not run tests on browserstack (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jul 17, 2023
1 parent 4785942 commit 280801a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- store_artifacts:
path: build

browserstack:
e2e:
executor: docker-executor
environment:
LANG: en_US.UTF-8
Expand All @@ -66,20 +66,18 @@ jobs:
command: yarn build
- run:
name: Browser Tests
command: yarn test:e2e:browserstack
command: yarn test:e2e

workflows:
build-test-report:
jobs:
- build-and-test
- browserstack:
- e2e:
requires:
- build-and-test
context:
- browserstack-env
- ship/node-publish:
requires:
- build-and-test
- e2e
pkg-manager: yarn
node-version: 18.12.1
context:
Expand Down

0 comments on commit 280801a

Please sign in to comment.