Skip to content

Commit

Permalink
ci: add step names
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Jun 20, 2024
1 parent 9ebe4c1 commit 1a4d8c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:

jobs:
lint:
name: Linter
runs-on: ubuntu-latest

steps:
Expand All @@ -33,6 +34,7 @@ jobs:
args: --all --all-features -- -D warnings

build-test:
name: Run tests
runs-on: ubuntu-latest
needs: lint

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:

jobs:
lint:
name: Linter
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

deploy_staging:
name: Deploy to staging
name: Deploy (staging)
runs-on: ubuntu-latest
needs: docker
environment: staging
Expand Down

0 comments on commit 1a4d8c0

Please sign in to comment.