Skip to content

Commit

Permalink
Cleanup job names
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed Nov 30, 2023
1 parent a3ab461 commit 513bc95
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
runs-on: ubuntu-latest
name: Ethlance build and test
name: Test and deploy contracts
env:
ETHLANCE_ENV: qa
services:
Expand Down Expand Up @@ -89,6 +89,9 @@ jobs:
run: |
npx truffle migrate --network ethlance.mad.is-testnet --reset
- name: Stop Ganache service
run: docker rm -f ganache

docker_build:
needs: testing
strategy:
Expand All @@ -97,7 +100,7 @@ jobs:
env: ["qa"]
permissions:
contents: read
name: Docker Build
name: Build Docker images
runs-on: ubuntu-latest
steps:
- name: Checkout ethlance code
Expand Down

0 comments on commit 513bc95

Please sign in to comment.