Skip to content

Commit

Permalink
Fix wrong target URL for CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkircher committed Nov 2, 2020
1 parent e325e10 commit b5ce287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
env:
GRIDSCALE_UUID: ${{ secrets.CI_USER_UUID }}
GRIDSCALE_TOKEN: ${{ secrets.CI_API_TOKEN }}
GRIDSCALE_URL: https://dev.gridscale.cloud
GRIDSCALE_URL: https://api.gridscale.cloud
run: make testacc

0 comments on commit b5ce287

Please sign in to comment.