Skip to content

Commit

Permalink
Update lucee-spreadsheet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent d8be7f4 commit 85bc2e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lucee-spreadsheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ jobs:
setup-lucee-spreadsheet:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: _custom
- name: Checkout lucee-spreadsheet Repository
uses: actions/checkout@v4
with:
repository: cfsimplicity/spreadsheet-cfml
- name: Checkout
uses: actions/checkout@v4
with:
path: _custom
- name: Copy custom test runner tweaks
run: |
cp -R _custom/lucee-spreadsheet .
rm -rf _custom
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 85bc2e7

Please sign in to comment.