Skip to content

Commit

Permalink
more fun with paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent c76860f commit d8be7f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lucee-spreadsheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4
with:
path: _custom
- name: Checkout lucee-spreadsheet Repository
uses: actions/checkout@v4
with:
repository: cfsimplicity/spreadsheet-cfml
path: src
- name: Copy custom test runner tweaks
run: |
cp -R custom/lucee-spreadsheet src
cp -R _custom/lucee-spreadsheet .
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand All @@ -33,13 +34,12 @@ jobs:

- name: Install dependencies
run: |
cd src
box install
- name: installed webroot for matrix steps
uses: actions/upload-artifact@v4
with:
name: webroot
path: ${{ github.workspace }}/src
path: ${{ github.workspace }}/

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d8be7f4

Please sign in to comment.