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 9e92ebe commit 493916f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/masaCMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
cp _custom/custom/masacms/plugins/* plugins
cp _custom/custom/masacms/config/* config
mkdir core/vendor/testbox
mkdir ../core/tests/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
cp -R testbox/* ../core/vendor/testbox
cp -R testbox/* ../core/tests/
cp -R testbox/* ../core/tests
ls -l ../core/tests/testbox
rm -rf _custom
Expand Down

0 comments on commit 493916f

Please sign in to comment.