Skip to content

Commit

Permalink
ci(ci): name the job run with a readable, cleaner one
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Feb 12, 2024
1 parent 1bd96ae commit b3572de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
command: "build"
- name: "Build Storybook"
command: "build-storybook"
name: ${{ matrix.name }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup
- name: Run Setup
uses: ./.github/actions/setup
with:
npm_token: ${{secrets.npm_token}}
- name: ${{matrix.name}}
- name: Run ${{matrix.name}}
shell: bash
run: yarn lerna run ${{matrix.command}} --since=origin/master

0 comments on commit b3572de

Please sign in to comment.