From 1a4d8c080093b19dbf88db9e45f9e3e26bbdb9e4 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Thu, 20 Jun 2024 13:23:50 +0200 Subject: [PATCH] ci: add step names --- .github/workflows/ci.yml | 2 ++ .github/workflows/deploy-staging.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ee7c98..cbe57eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ env: jobs: lint: + name: Linter runs-on: ubuntu-latest steps: @@ -33,6 +34,7 @@ jobs: args: --all --all-features -- -D warnings build-test: + name: Run tests runs-on: ubuntu-latest needs: lint diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 56ca209..6ba8f32 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -9,6 +9,7 @@ env: jobs: lint: + name: Linter runs-on: ubuntu-latest steps: @@ -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