Skip to content

Commit

Permalink
Merge pull request #149 from creative-commoners/pulls/3.0/ci
Browse files Browse the repository at this point in the history
MNT Fix CI
  • Loading branch information
GuySartorelli authored Jul 19, 2022
2 parents 5ba3859 + 387791b commit 384cf2c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ jobs:
name: CI
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && startsWith(github.repository, 'silverstripe/')) || (github.event_name != 'schedule')
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
# This CI would normally use silverstripe/gha-ci/.github/workflows/ci.yml@v1 however it does not
# reason being the only job generated is the 'JS' job which includes rebuilding the css
# This cannot pass because of statements such as editor.scss
# @import "../../../starter/node_modules/bootstrap/scss/mixins";
# which isn't possible to resolve in the current shared CI because it assumes that cwp/cwp-starter-theme
# is installed in a sibling theme dirrectly AND that npm install was run on it
run: |
echo "Passed"

0 comments on commit 384cf2c

Please sign in to comment.