From 8a67736476513a9f0c0114cbd5481a35f80bddb4 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 4 Oct 2024 12:44:08 +0100 Subject: [PATCH] Uniform CI job names --- .github/workflows/test_and_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 62c94ab4..a8b4db50 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -3,6 +3,7 @@ on: push jobs: test: + name: Test runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -52,7 +53,7 @@ jobs: - run: mix test deploy: - name: Deploy app + name: Deploy needs: test runs-on: ubuntu-latest if: github.ref == 'refs/heads/main'