Skip to content

Commit

Permalink
Update pr-evaluation-ts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhungtnn committed Sep 30, 2024
1 parent f2efffb commit b2bf1f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-evaluation-ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Init
run: make init
- name: Copy proto generated code
run: make copy_proto_generated_code

lint:
name: Lint
Expand Down Expand Up @@ -98,6 +96,8 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Copy proto generated code
run: make copy_proto_generated_code
- name: Unit test
run: make test

Expand All @@ -123,5 +123,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Copy proto generated code
run: make copy_proto_generated_code
- name: Package Build
run: make build

0 comments on commit b2bf1f6

Please sign in to comment.