Skip to content

Commit

Permalink
testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 2, 2024
1 parent 5bc2d4e commit 113632a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
git checkout ${GITHUB_REF#refs/heads/}
cat summary.yml
# contentctl test --post-test-behavior never_pause mode:changes --mode.target-branch develop
mkdir artifacts
mv summary.yml artifacts/
- name: store_artifacts
uses: actions/upload-artifact@v3
with:
name: content-latest
path: |
artifacts/summary.yml
summarize-test-results:
# needs: contentctl-unit-testing-setup
Expand Down

0 comments on commit 113632a

Please sign in to comment.