Skip to content

Commit 1deace5

Browse files
author
Pascal Wegner
committed
Fix ci
1 parent ac081ed commit 1deace5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
steps:
1919
- checkout
2020
- run: yarn install
21-
- run: yarn web-test-coverage
22-
- run: yarn mobile-test-ci
21+
- run: yarn pwa test --runInBand --coverage
2322
- run: yarn core-test-ci
2423
- codecov/upload:
25-
file: packages/web/coverage/*.json
24+
file: packages/pwa/coverage/*.json
2625
workflows:
2726
version: 2
2827
test:

0 commit comments

Comments
 (0)