diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 93e84f3..b24d7f0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -23,5 +23,8 @@ jobs: persist-credentials: false - uses: ./.github/actions/deps + name: Install - uses: ./.github/actions/test + name: Test - uses: ./.github/actions/playwright + name: Test e2e \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb87c7f..9b1bc61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,11 @@ jobs: persist-credentials: false - uses: ./.github/actions/deps + name: Install - uses: ./.github/actions/test + name: Test - uses: ./.github/actions/playwright + name: Test e2e release: name: release @@ -60,6 +63,7 @@ jobs: - uses: ./.github/actions/deps if: steps.semrel.outputs.version != '' + name: Install - name: Build if: steps.semrel.outputs.version != '' @@ -77,6 +81,7 @@ jobs: - uses: ./.github/actions/docker if: steps.semrel.outputs.version != '' + name: Build docker image - name: Compress bundle if: steps.semrel.outputs.version != ''