From f4c07b84f1a867c8d5946958483117286a00d904 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Tue, 2 Jul 2024 12:21:17 -0700 Subject: [PATCH] updating branch name --- .github/workflows/unit-testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index 2b17f2abbe..00610bae30 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -69,6 +69,7 @@ jobs: - name: Run ContentCTL test for changes against develop run: | git status + git pull source .venv/bin/activate - git checkout ${{ github.ref }} + git checkout unit-testing contentctl test --post-test-behavior never_pause mode:changes --mode.target-branch develop \ No newline at end of file