Skip to content

Commit

Permalink
Rename job to test
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed May 26, 2023
1 parent 724619d commit 0d3e29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
branches: [ "main" ]

jobs:
integrate:
name: Integrate
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -33,7 +33,7 @@ jobs:
docker-compose -f docker-compose-back.yml down
build:
name: Build
needs: integrate
needs: test
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 0d3e29e

Please sign in to comment.