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 fbe8b2c commit 39d487dCopy full SHA for 39d487d
.github/workflows/applications.yml
@@ -26,15 +26,6 @@ jobs:
26
OS:
27
- ubuntu-latest
28
- windows-latest
29
- include:
30
- - APPROACH: angular
31
- param: angular
32
- - APPROACH: vue-v3
33
- param: vue-v3
34
- - APPROACH: react
35
- param: react
36
- - APPROACH: react-ts
37
38
39
runs-on: ${{ matrix.OS }}
40
env:
@@ -58,7 +49,7 @@ jobs:
58
49
- run: ${{ steps.setup-chrome.outputs.chrome-path }} --version
59
50
60
51
- name: Create ${{ matrix.APPROACH }} application
61
- run: npm run create-template -- -- -e ${{ matrix.param }} ${{ env.TOOLING_VERSION_PARAM }}
52
+ run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
62
53
timeout-minutes: 30
63
54
64
55
- name: print working dir
0 commit comments