Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent f6d28be commit 0ca8c9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coldbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: lucee/script-runner@main
with:
webroot: ${{ github.workspace }}
execute: /tests/runtests.cfm
execute: /test-harness/index.cfm
luceeVersionQuery: ${{ env.luceeVersionQuery }}
extensions: D062D72F-F8A2-46F0-8CBC91325B2F067B #orm
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/presidecms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ jobs:
setup-presidecms:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout PresideCMS Repository
uses: actions/checkout@v4
with:
repository: pixl8/Preside-CMS
path: src
- name: Checkout
uses: actions/checkout@v4
with:
path: _custom
- name: Copy custom test runner tweaks
run: |
cp -R _custom/custom/presidecms/tests/* tests
Expand All @@ -33,13 +34,12 @@ jobs:

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

run-preside-tests:
name: Preside CI
Expand Down

0 comments on commit 0ca8c9e

Please sign in to comment.