Skip to content

Commit

Permalink
ci: add names
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 10, 2024
1 parent 9c82c66 commit 3a847eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -60,6 +63,7 @@ jobs:
- uses: ./.github/actions/deps
if: steps.semrel.outputs.version != ''
name: Install

- name: Build
if: steps.semrel.outputs.version != ''
Expand All @@ -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 != ''
Expand Down

0 comments on commit 3a847eb

Please sign in to comment.