Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Commit c26e4bf

Browse files
committed
ci: npm run lint
1 parent bc828f8 commit c26e4bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: 1.18
2121

22-
- name: Go Test
22+
- name: Test
2323
run: |
2424
go vet ./...
2525
go test -v ./...
@@ -47,11 +47,11 @@ jobs:
4747
cache: "npm"
4848
cache-dependency-path: frontend/package-lock.json
4949

50-
- name: NG Test
50+
- name: Test
5151
run: |
5252
cd frontend
5353
npm install
54-
npm run test --if-present
54+
npm run lint
5555
5656
- name: Notify of test failure
5757
if: failure()

0 commit comments

Comments
 (0)