diff --git a/.github/workflows/spreadsheet-cfml.yml b/.github/workflows/spreadsheet-cfml.yml index f556f9c..b68fdea 100644 --- a/.github/workflows/spreadsheet-cfml.yml +++ b/.github/workflows/spreadsheet-cfml.yml @@ -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: @@ -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: