Skip to content

Commit 7872238

Browse files
committed
Use angular for e2e tests at it ensures typescript validity
1 parent 0d9a2b7 commit 7872238

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
with:
2929
node-version: '12.x'
3030
- name: Install dependencies
31-
run: yarn --dev && yarn --cwd ./playgrounds/react
31+
run: yarn --dev && yarn --cwd ./playgrounds/angular
3232
- name: Run Browser tests
3333
uses: cypress-io/github-action@v2
3434
with:
3535
# Tests are only done on one playground to avoid long testing time
36-
start: yarn playground:react
37-
env: playground=react
36+
start: yarn playground:angular
37+
env: playground=angular
3838
- uses: actions/upload-artifact@v1
3939
if: failure()
4040
with:

0 commit comments

Comments
 (0)