Skip to content

Commit

Permalink
updating cehckout
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 2, 2024
1 parent 232403b commit e36622a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
git status
git pull
source .venv/bin/activate
git checkout ${{ github.ref }}
git checkout ${GITHUB_REF#refs/heads/}
cat summary_2.yml
# contentctl test --post-test-behavior never_pause mode:changes --mode.target-branch develop
summarize-test-results:
needs: contentctl-unit-testing-setup
# needs: contentctl-unit-testing-setup
runs-on: ubuntu-latest
if: "!contains(github.ref, 'refs/tags/')" #don't run on tags - future steps won't run either since they depend on this job
# needs: [validate-tag-if-present, quit-for-dependabot]
Expand Down

0 comments on commit e36622a

Please sign in to comment.