Merge pull request #124 from rki-mf1/dependabot/github_actions/conda-… #47
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: Test covSonar CI V.1X in Linux env. | |
on: | |
push: | |
branches: [ master, dev/fix1 ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup Miniconda | |
uses: conda-incubator/[email protected] | |
- name: Test with test.sh script | |
run: ./test.sh |