Skip to content

Commit

Permalink
enable testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 24, 2024
1 parent bb513c7 commit 1e5d76b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@ jobs:
repository: lucee/lucee
path: lucee

# - name: Run Lucee Test Suite
# uses: lucee/script-runner@main
# with:
# webroot: ${{ github.workspace }}/lucee/test
# execute: /bootstrap-tests.cfm
# luceeVersion: ${{ matrix.lucee.version }}
# luceeVersionQuery: ${{ matrix.lucee.query }}
# extensionDir: ${{ github.workspace }}/target
# env:
# testLabels: s3
# testAdditional: ${{ github.workspace }}/tests
- name: Run Lucee Test Suite
uses: lucee/script-runner@main
with:
webroot: ${{ github.workspace }}/lucee/test
execute: /bootstrap-tests.cfm
luceeVersion: ${{ matrix.lucee.version }}
luceeVersionQuery: ${{ matrix.lucee.query }}
extensionDir: ${{ github.workspace }}/target
env:
testLabels: s3
testAdditional: ${{ github.workspace }}/tests

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e5d76b

Please sign in to comment.