Skip to content

Commit

Permalink
Change the correct dev url
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanninen committed Oct 21, 2024
1 parent bff5ca7 commit c00de5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# record: true
env:
CYPRESS_E2E: true # Needed to tell babel.config to not load cypress breaking presets
CYPRESS_BASE_URL: https://dev.jore-map.hsl.fi
CYPRESS_BASE_URL: https:///dev.jore-map.hsldev.com
CYPRESS_HSLID_CLIENT_ID: ${{ secrets.CYPRESS_HSLID_CLIENT_ID }}
CYPRESS_HSLID_CLIENT_SECRET: ${{ secrets.CYPRESS_HSLID_CLIENT_SECRET }}
CYPRESS_HSLID_WRITE_ACCESS_USERNAME: ${{ secrets.CYPRESS_HSLID_WRITE_ACCESS_USERNAME }}
Expand Down

0 comments on commit c00de5f

Please sign in to comment.