Skip to content

Commit

Permalink
Update integration-tests-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-benedictlee authored Feb 7, 2024
1 parent 1ca2f2c commit 8447f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: ${{ github.workspace }}/setup-aiverify
run: |
cd aiverify-user
bash docker-build.sh --build-arg=BRANCH_TAG=${{ inputs.branch_to_test }} --build-arg=ALLOWED_ORIGINS="http://127.0.0.1:3000,http://127.0.0.1:4000,http://127.0.0.1:27017"
bash docker-build.sh --build-arg=BRANCH_TAG=${{ inputs.branch_to_test }} --build-arg=ALLOWED_ORIGINS="http://localhost:3000,http://localhost:4000,http://127.0.0.1:3000,http://127.0.0.1:4000,http://127.0.0.1:27017"
- name: Run aiverify containers
working-directory: ${{ github.workspace }}/setup-aiverify
Expand Down

0 comments on commit 8447f84

Please sign in to comment.