X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=16d7381696cd608c351b11ef3fe22c4aff54ff7c;hb=bb29949603108e1bc169ffbad4bc76d2d126dc9d;hp=869d5b69b6150fb98e28e8d3a95f688749f78420;hpb=90f98b5de17e325d5eb960ead6adf2d05268602e;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 869d5b69..16d73816 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Pull Request Dependency Review if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} uses: actions/dependency-review-action@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 - name: Setup node ${{ matrix.node }} @@ -95,7 +95,7 @@ jobs: - name: Pull Request Dependency Review if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} uses: actions/dependency-review-action@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 - name: Setup node ${{ matrix.node }} @@ -112,7 +112,9 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} run: pnpm lint - name: pnpm build - run: pnpm build + run: | + pnpm build:prepare + pnpm build - name: pnpm test run: pnpm test - name: pnpm coverage