-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Revived the need for this package - Consolidated all submodules from `stanford_profile` into the modules subdir.
- Loading branch information
Showing
677 changed files
with
188,154 additions
and
1,035 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# .github/workflows/release.yml | ||
name: Back to dev | ||
on: | ||
release: | ||
types: [created] | ||
jobs: | ||
phpunit: | ||
name: PHPUnit Coverage Tests | ||
runs-on: ubuntu-latest | ||
container: | ||
image: pookmish/drupal8ci:latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Back to Dev | ||
run: | | ||
composer global require su-sws/stanford-caravan:dev-8.x-2.x | ||
~/.composer/vendor/bin/sws-caravan back-to-dev $GITHUB_REF $GITHUB_WORKSPACE main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ jobs: | |
m_max_size: '1000' | ||
l_max_size: '3000' | ||
fail_if_xl: 'false' | ||
message_if_xl: '' | ||
- uses: banyan/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.