diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d856ca7f6e..91a8d86e35 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,7 +10,7 @@ concurrency: jobs: tests: name: Trigger Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04-2cpu-8ram-75ssd steps: - name: Check out code uses: actions/checkout@v2 diff --git a/config/redirects.js b/config/redirects.js index 5128709530..91eb798279 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -2706,6 +2706,10 @@ const redirects = [ from: ['/api/use-auth0-apis-with-postman-collections', '/api/postman'], to: '/api', }, + { + from: ['/apiv2', '/api/v2', '/api/management'], + to: '/api/management/v2', + }, /* Authorization */