From 6db94044ffe656a064a5ffb3a3666e0a98888800 Mon Sep 17 00:00:00 2001 From: yuhengshs Date: Sat, 3 May 2025 21:17:53 -0700 Subject: [PATCH] added token-revocation-rewrite for v6 e2e test --- .github/integ-config/integ-all.yml | 7 +++++++ .github/workflows/push-integ-test.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index ae929e7def0..8f4dae1700c 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -514,6 +514,13 @@ tests: sample_name: [auth-rsc] spec: auth-rsc browser: [chrome] + - test_name: integ_next_auth_token_revocation + desc: 'Token Revocation tests in v6' + framework: next + category: auth + sample_name: [auth-rsc] + spec: auth-rsc-token-revocation + browser: [chrome] - test_name: integ_next_sign_in_with_oauth desc: 'Sign-in with the OAuth flow' framework: next diff --git a/.github/workflows/push-integ-test.yml b/.github/workflows/push-integ-test.yml index 2458fffc96d..5db98a59533 100644 --- a/.github/workflows/push-integ-test.yml +++ b/.github/workflows/push-integ-test.yml @@ -8,7 +8,7 @@ concurrency: on: push: branches: - - replace-with-your-branch + - feat/token-revocation-rewrite jobs: e2e: