Skip to content

Commit

Permalink
different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent 5ee11b3 commit 92c97f5
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/spreadsheet-cfml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ jobs:
run: |
cp -R _custom/custom/spreadsheet-cfml .
rm -rf _custom
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
- 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: Store installed webroot for matrix steps
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -86,8 +69,7 @@ jobs:
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
run: box install
- name: Run Test Suite
uses: lucee/script-runner@main
with:
Expand Down

0 comments on commit 92c97f5

Please sign in to comment.