Skip to content

Commit

Permalink
trying once again this dump ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 13, 2024
1 parent 4bdfbcf commit b8db1b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
- name: Build API Docs
run: |
# Normalize swagger doc results if they exist
if test -f tests/results/contentbox-test-results-lucee@5/contentbox-swagger.json; then
cp -v tests/results/contentbox-test-results-lucee@5/contentbox-swagger.json tests/results/
if test -f tests/results/contentbox-test-results-lucee@5-jdk11-experimental-false/contentbox-swagger.json; then
cp -v tests/results/contentbox-test-results-lucee@5-jdk11-experimental-false/contentbox-swagger.json tests/results/
else
echo "File tests/results/contentbox-test-results-lucee@5/contentbox-swagger.json does not exist"
echo "File tests/results/contentbox-test-results-lucee@5-jdk11-experimental-false/contentbox-swagger.json does not exist"
fi
# Run Docs Build
box run-script build:allDocs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: contentbox-test-results-${{ matrix.cfengine }}
name: contentbox-test-results-${{ matrix.cfengine }}-jdk${{ matrix.jdkVersion }}-experimental-${{ matrix.experimental }}
path: |
tests/results/**/*
Expand Down

0 comments on commit b8db1b7

Please sign in to comment.