Skip to content

Commit

Permalink
Install ACF image package for GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cfsimplicity committed Jun 11, 2024
1 parent ab54fe1 commit a0302b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ jobs:
- name: Start a server
run: box server start cfengine=${{ matrix.cfengine }} port=8080

- name: Install ACF packages
if: ${{ matrix.cfengine == 'adobe@2021' || matrix.cfengine == 'adobe@2023' }}
run: cfpm install image

- name: Run TestBox Tests
run: box testbox run runner="http://localhost:8080/test/index.cfm"

0 comments on commit a0302b7

Please sign in to comment.