Skip to content

Commit

Permalink
chore(root): add name to install and cache job
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Jan 3, 2025
1 parent 418dce3 commit b20268a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches: "*"

jobs:
cache-and-install:
install-and-cache:
name: Install dependencies
runs-on: linux-latest

steps:
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
build:
name: Build Project
runs-on: linux-latest
needs: [cache-and-install]
needs: [install-and-cache]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b20268a

Please sign in to comment.