Skip to content

Commit

Permalink
triage github action
Browse files Browse the repository at this point in the history
Signed-off-by: mosesokemwa <[email protected]>
  • Loading branch information
mosesokemwa committed Mar 17, 2021
1 parent 9fd646b commit 70a05c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
ports:
# Maps port 6379 on service container to the host
- 6379:6379
needs: FrontendTest
needs: Build
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
s3-bucket: ['wikonnect-codedeploy-deployments']
s3-filename: ['master-wikonnect-codedeploy-${{ github.sha }}']

needs: ['IntegrationTest', 'BackendTest']
needs: ['IntegrationTest', 'BackendTest', 'FrontendTest']
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
ports:
# Maps port 6379 on service container to the host
- 6379:6379
needs: FrontendTest
needs: Build
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
s3-bucket: ['wikonnect-codedeploy-deployments']
s3-filename: ['staging-wikonnect-codedeploy-${{ github.sha }}']

needs: ['IntegrationTest', 'BackendTest']
needs: ['IntegrationTest', 'BackendTest', 'FrontendTest']
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 70a05c1

Please sign in to comment.