Skip to content

Commit

Permalink
Disable Wait for sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gokultw committed Nov 21, 2023
1 parent ccd6dff commit fe28e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BahmniStandard_V94_E2E_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
with:
ref: ${{env.TARGET_BRANCH}}
submodules: recursive
- name: Wait for environment to be up
shell: bash
run: bash .github/waitForEnv.sh $TARGET_ENV
# - name: Wait for environment to be up
# shell: bash
# run: bash .github/waitForEnv.sh $TARGET_ENV
- uses: actions/setup-node@v2
with:
node-version: "16"
Expand Down

0 comments on commit fe28e2b

Please sign in to comment.