Skip to content

Commit

Permalink
Update build-project-dockerhub.yaml
Browse files Browse the repository at this point in the history
added needs job testing
  • Loading branch information
AliMortezaei authored Feb 16, 2024
1 parent 79c088b commit 464eb96
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-project-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ on:
branches: [main]

jobs:
# tesing-project:
# uses: AliMortezaei/ParvazAcavemy/.github/workflows/testing-project.yaml@main
tesing-project:
uses: AliMortezaei/ParvazAcavemy/.github/workflows/testing-project.yaml@main
build:
runs-on: ubuntu-latest
# needs: [tesing-project]
# env:
# PROJECT_NAME: parvaz-academy
needs: [tesing-project]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 464eb96

Please sign in to comment.