Moose-Analysis: use #mooseInterstingEntity to be sure we can propagat… #393
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: Run tests | |
on: | |
push: | |
branches: [ "development", "master" ] | |
pull_request: | |
branches: [ "development", "master" ] | |
jobs: | |
run: | |
uses: moosetechnology/.github/.github/workflows/run-tests.yml@main | |
with: | |
create-artifact: ${{ github.event_name == 'push' }} #Create artifact only after a push | |
image-name: MooseIDE | |
run-coverage: true |