Skip to content

Commit 1af92e9

Browse files
committed
ci: fix url
1 parent 7467558 commit 1af92e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Set environment for Release
3535
run: |
36-
echo "BASE_URL=https://dev.qa-playground.com/api/v1/" >> $GITHUB_ENV
36+
echo "BASE_URL=https://dev-gs.qa-playground.com/api/v1/" >> $GITHUB_ENV
3737
3838
- name: Set API Token for Release
3939
run: echo "API_TOKEN=${{ secrets.API_TOKEN }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)