Skip to content

Commit

Permalink
branch weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 2, 2024
1 parent f413229 commit 574b09a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- name: Check out the repository code
uses: actions/checkout@v3
with:
ref: develop

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -66,5 +68,7 @@ jobs:
- name: Run ContentCTL test for changes against develop
run: |
git status
source .venv/bin/activate
git checkout ${{ github.ref }}
contentctl test --post-test-behavior never_pause mode:changes --mode.target-branch develop

0 comments on commit 574b09a

Please sign in to comment.