Skip to content

Commit

Permalink
Update spreadsheet-cfml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent 0512c9b commit 8d83676
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/spreadsheet-cfml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
path: _custom
- name: Copy custom test runner tweaks
run: |
cp -R _custom/custom/spreadsheet-cfml/* .
cp -R _custom/custom/spreadsheet-cfml/test/* ~/test
rm -rf _custom
- name: Set up JDK 11
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webroot
path: ${{ github.workspace }}/
path: ${{ github.workspace }}

tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -82,3 +82,9 @@ jobs:
webroot: ${{ github.workspace }}
execute: /test/index.cfm
luceeVersionQuery: ${{ matrix.luceeVersion }}
- name: stash home dir
if: always()
uses: actions/upload-artifact@v4
with:
name: webroot
path: ${{ github.workspace }}

0 comments on commit 8d83676

Please sign in to comment.