Moose 12 #32
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
name: Development | ||
Check failure on line 1 in .github/workflows/test-and-release.yml GitHub Actions / DevelopmentInvalid workflow file
|
||
run-name: >- | ||
${{ vars.BRANCHES_CONFIGURATION | ||
&& fromJSON(vars.BRANCHES_CONFIGURATION)[github.ref_name] | ||
&& fromJSON(vars.BRANCHES_CONFIGURATION)[github.ref_name].run-name | ||
|| github.ref_name }} | ||
on: | ||
push: | ||
branches: | ||
- development | ||
- v10 | ||
- v11 | ||
schedule: | ||
- cron: '0 0 * * *' | ||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
jobs: | ||
run-tests-and-update-release: | ||
name: Run tests and update release | ||
uses: moosetechnology/.github/.github/workflows/test-and-release.yml@main | ||
with: | ||
pre-upload-script: "MooseVersion current commitHash: '$GITHUB_SHA'. (Smalltalk tools toolNamed: #mooseWelcome) closePharoWelcomeThenOpen" |