diff --git a/.github/workflows/pr-evaluation-ts.yaml b/.github/workflows/pr-evaluation-ts.yaml index 419797491..79d687bce 100644 --- a/.github/workflows/pr-evaluation-ts.yaml +++ b/.github/workflows/pr-evaluation-ts.yaml @@ -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 @@ -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 @@ -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 \ No newline at end of file