diff --git a/.github/workflows/pr-evaluation-ts.yaml b/.github/workflows/pr-evaluation-ts.yaml index 79d687bce..045d857bb 100644 --- a/.github/workflows/pr-evaluation-ts.yaml +++ b/.github/workflows/pr-evaluation-ts.yaml @@ -46,8 +46,6 @@ jobs: ${{ runner.os }}-yarn- - name: Init run: make init - - name: Install Protoc - uses: arduino/setup-protoc@v3 lint: name: Lint @@ -98,6 +96,8 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- + - name: Install Protoc + uses: arduino/setup-protoc@v3 - name: Generated proto code run: make gen_proto - name: Unit test @@ -125,6 +125,8 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- + - name: Install Protoc + uses: arduino/setup-protoc@v3 - name: Generated proto code run: make gen_proto - name: Package Build