Skip to content

Commit

Permalink
fix: IT, endpoint URLs (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Feb 19, 2024
1 parent 716c014 commit 9b368d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
name: [quarkus, fiber, fastapi]
include:
- name: quarkus
baseUrl: https://quickstart-openshift-backends-test-backend-java.apps.silver.devops.gov.bc.ca
baseUrl: https://quickstart-openshift-backends-test-backendJava.apps.silver.devops.gov.bc.ca
- name: fiber
baseUrl: https://quickstart-openshift-backends-test-backend-go.apps.silver.devops.gov.bc.ca
baseUrl: https://quickstart-openshift-backends-test-backendGo.apps.silver.devops.gov.bc.ca
- name: fastapi
baseUrl: https://quickstart-openshift-backends-test-backend-py.apps.silver.devops.gov.bc.ca
baseUrl: https://quickstart-openshift-backends-test-backendPy.apps.silver.devops.gov.bc.ca
steps:
- uses: actions/checkout@v4
name: Checkout
Expand Down

0 comments on commit 9b368d6

Please sign in to comment.