Skip to content

Commit

Permalink
Revert comments
Browse files Browse the repository at this point in the history
  • Loading branch information
agile-josiah committed Nov 28, 2023
1 parent 0f632b6 commit 5f3c042
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,32 @@ jobs:
uses: ./.github/workflows/container-healthchecks.yml
secrets: inherit

# xample-domain:
# needs: nondraft-pr
# uses: ./.github/workflows/xample-integration-test.yml
# secrets: inherit
#
# api-gateway:
# needs: nondraft-pr
# uses: ./.github/workflows/api-gateway-integration-test.yml
# secrets: inherit
#
# svc-bgs-api:
# needs: nondraft-pr
# uses: ./.github/workflows/svc-bgs-api-integration-test.yml
# secrets: inherit
#
# svc-bip-api:
# needs: nondraft-pr
# uses: ./.github/workflows/svc-bip-api-integration-test.yml
# secrets: inherit
xample-domain:
needs: nondraft-pr
uses: ./.github/workflows/xample-integration-test.yml
secrets: inherit

api-gateway:
needs: nondraft-pr
uses: ./.github/workflows/api-gateway-integration-test.yml
secrets: inherit

svc-bgs-api:
needs: nondraft-pr
uses: ./.github/workflows/svc-bgs-api-integration-test.yml
secrets: inherit

svc-bip-api:
needs: nondraft-pr
uses: ./.github/workflows/svc-bip-api-integration-test.yml
secrets: inherit

svc-bie-kafka-end-to-end:
needs: nondraft-pr
uses: ./.github/workflows/bie-kafka-end2end-test.yml
secrets: inherit

# ee-ep-merge-end-to-end:
# needs: nondraft-pr
# uses: ./.github/workflows/ee-ep-merge-end-to-end.yml
# secrets: inherit
ee-ep-merge-end-to-end:
needs: nondraft-pr
uses: ./.github/workflows/ee-ep-merge-end-to-end.yml
secrets: inherit

0 comments on commit 5f3c042

Please sign in to comment.