Skip to content

Commit 9578d30

Browse files
committed
build(logger): fix GA yaml
1 parent 88a2903 commit 9578d30

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
@@ -12,9 +12,9 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Install packages
1414
run: |
15-
export NODE_ENV=dev
16-
npm ci
17-
npm run lerna-ci
15+
export NODE_ENV=dev
16+
npm ci
17+
npm run lerna-ci
1818
- name: Run lint
1919
run: npm run lerna-lint
2020
- name: Run tests

0 commit comments

Comments
 (0)