Skip to content

Commit

Permalink
Update masaCMS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 13, 2024
1 parent ba89dac commit 9e92ebe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/masaCMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
cp _custom/custom/masacms/plugins/* plugins
cp _custom/custom/masacms/config/* config
mkdir core/vendor/testbox
mkdir ../core/tests/testbox
cd _custom
wget https://downloads.ortussolutions.com/ortussolutions/testbox/2.2.0/testbox-2.2.0.zip
unzip testbox-2.2.0.zip
unzip testbox-2.2.0.zip
cp -R testbox/* ../core/vendor/testbox
cp -R testbox/* ../core/tests/
ls -l ../core/tests/testbox
rm -rf _custom
- name: Set up JDK 11
uses: actions/setup-java@v4
Expand Down

0 comments on commit 9e92ebe

Please sign in to comment.