Skip to content

Commit

Permalink
always compile src first
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 9, 2024
1 parent 9dec96c commit d68214f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/coldbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
execute: /test-harness/index.cfm
luceeVersionQuery: ${{ env.luceeVersionQuery }}
extensions: D062D72F-F8A2-46F0-8CBC91325B2F067B #orm
compile: true
env:
DB_PORT: 3306
DB_HOST: localhost
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/masaCMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
webroot: ${{ github.workspace }}/core/tests/
execute: /runner.cfm
luceeVersionQuery: ${{ matrix.luceeVersion }}
compile: true
env:
DB_PORT: 3306
DB_HOST: localhost
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/presidecms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
webroot: ${{ github.workspace }}/tests
execute: /runtests.cfm
luceeVersionQuery: ${{ env.luceeVersionQuery }}
compile: true
env:
PRESIDETEST_DB_PORT: 3306
PRESIDETEST_DB_HOST: localhost
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/spreadsheet-cfml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ jobs:
with:
webroot: ${{ github.workspace }}/test/
execute: /index.cfm
luceeVersionQuery: ${{ matrix.luceeVersion }}
luceeVersionQuery: ${{ matrix.luceeVersion }}
compile: true

0 comments on commit d68214f

Please sign in to comment.