From aed3641f0efa126fc4862ec1b502ccbccf239dee Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Thu, 17 Oct 2024 13:45:31 -0700 Subject: [PATCH] chore: test internal api use-cases --- .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 211ebc76db1..539b765a076 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -843,6 +843,13 @@ tests: sample_name: [storage-gen2] spec: storage-gen2 browser: *minimal_browser_list + - test_name: integ_react_storage_internal + desc: 'React Storage Gen2 Internal APIs' + framework: react + category: storage + sample_name: [storage-gen2-internal] + spec: storage-gen2-internal + browser: *minimal_browser_list - test_name: integ_next_storage desc: 'Next Storage Auth' framework: next diff --git a/.github/workflows/push-integ-test.yml b/.github/workflows/push-integ-test.yml index 03e43dd2865..48052f18619 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 + - ashwin-ci-test jobs: e2e: