Skip to content

Commit

Permalink
update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent 47060de commit 5b9d675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Run lucee-spreadsheet test suite
name: Run spreadsheet-cfml test suite

on:
[ workflow_dispatch, workflow_call ]

jobs:
setup-lucee-spreadsheet:
setup-spreadsheet-cfml:
runs-on: ubuntu-latest
steps:
- name: Checkout lucee-spreadsheet Repository
- name: Checkout spreadsheet-cfml Repository
uses: actions/checkout@v4
with:
repository: cfsimplicity/spreadsheet-cfml
Expand All @@ -17,7 +17,7 @@ jobs:
path: _custom
- name: Copy custom test runner tweaks
run: |
cp -R _custom/custom/lucee-spreadsheet .
cp -R _custom/custom/spreadsheet-cfml .
rm -rf _custom
- name: Set up JDK 11
uses: actions/setup-java@v4
Expand All @@ -44,7 +44,7 @@ jobs:

tests:
runs-on: ubuntu-latest
needs: [ setup-lucee-spreadsheet ]
needs: [ setup-spreadsheet-cfml ]
strategy:
fail-fast: false
matrix:
Expand Down
File renamed without changes.

0 comments on commit 5b9d675

Please sign in to comment.