Skip to content

Commit 39d487d

Browse files
WIP. fix working directory for lint gitaction
1 parent fbe8b2c commit 39d487d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ jobs:
2626
OS:
2727
- ubuntu-latest
2828
- 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-
param: react
3829

3930
runs-on: ${{ matrix.OS }}
4031
env:
@@ -58,7 +49,7 @@ jobs:
5849
- run: ${{ steps.setup-chrome.outputs.chrome-path }} --version
5950

6051
- 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 }}
6253
timeout-minutes: 30
6354

6455
- name: print working dir

0 commit comments

Comments
 (0)