We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9a2b7 commit 7872238Copy full SHA for 7872238
.github/workflows/test.yml
@@ -28,13 +28,13 @@ jobs:
28
with:
29
node-version: '12.x'
30
- name: Install dependencies
31
- run: yarn --dev && yarn --cwd ./playgrounds/react
+ run: yarn --dev && yarn --cwd ./playgrounds/angular
32
- name: Run Browser tests
33
uses: cypress-io/github-action@v2
34
35
# Tests are only done on one playground to avoid long testing time
36
- start: yarn playground:react
37
- env: playground=react
+ start: yarn playground:angular
+ env: playground=angular
38
- uses: actions/upload-artifact@v1
39
if: failure()
40
0 commit comments