Skip to content

Commit

Permalink
remove aritfacts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 8, 2024
1 parent 0d0ba27 commit 255f719
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ jobs:
git pull > /dev/null 2>&1
git checkout ${{ github.head_ref }}
echo "The target branch for this PR is ${{ github.base_ref }}"
contentctl test --disable-tqdm --no-enable-integration-testing --post-test-behavior never_pause mode:changes --mode.target-branch ${{ github.base_ref }}
mkdir test_results
mkdir artifacts
cp summary.yml test_results/
cp test_results/summary.yml artifacts/
contentctl test --disable-tqdm --no-enable-integration-testing --post-test-behavior never_pause mode:changes --mode.target-branch ${{ github.base_ref }}
# cp summary.yml test_results/
continue-on-error: true

- name: store_artifacts
Expand Down

0 comments on commit 255f719

Please sign in to comment.