Skip to content

Commit a5476e9

Browse files
author
tkostuch
committed
update steps names
1 parent fe76c62 commit a5476e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_vsf1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
path: '**/node_modules'
8181
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
8282

83-
- name: Run linter
83+
- name: Run unit tests
8484
run: yarn test:unit
8585

8686
build:
@@ -102,5 +102,5 @@ jobs:
102102
path: '**/node_modules'
103103
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
104104

105-
- name: Run linter
105+
- name: Run build
106106
run: yarn build

0 commit comments

Comments
 (0)