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 Oct 4, 2024
1 parent 93fb577 commit ed63627
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 @@ -48,8 +48,6 @@ jobs:
run: make init
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Generated proto code
run: make gen_proto

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

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

0 comments on commit ed63627

Please sign in to comment.