Uniform CI job names

This commit is contained in:
Claudio Ortolina
2024-10-04 12:44:08 +01:00
parent ec0a96087c
commit 8a67736476
+2 -1
View File
@@ -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'