Skip to content

Commit

Permalink
Update spreadsheet-cfml.yml
Browse files Browse the repository at this point in the history
zspitzer committed Jun 8, 2024
1 parent 5b9d675 commit 5ee11b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/spreadsheet-cfml.yml
Original file line number Diff line number Diff line change
@@ -76,6 +76,18 @@ jobs:
with:
path: /home/runner/work/_actions/lucee/script-runner/main/lucee-download-cache
key: lucee-downloads
- name: Install the ortus security key
run: curl -fsSl https://downloads.ortussolutions.com/debs/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/ortussolutions.gpg > /dev/null

- name: Add the commandbox source
run: echo "deb [signed-by=/usr/share/keyrings/ortussolutions.gpg] https://downloads.ortussolutions.com/debs/noarch /" | sudo tee /etc/apt/sources.list.d/commandbox.list

- name: Update apt and install commandbox
run: sudo apt-get update && sudo apt-get install apt-transport-https commandbox

- name: Install dependencies
run: |
box install -CommandBox_home=${{ github.workspace }}/.CommandBox verbose=true
- name: Run Test Suite
uses: lucee/script-runner@main
with:

0 comments on commit 5ee11b3

Please sign in to comment.