Merge pull request #1624 from grycap/devel #26
Workflow file for this run
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: SQAaaS IM | |
on: | |
push: | |
branches: ["sqa"] | |
tags: | |
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 | |
jobs: | |
sqaaas_job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add tox unit test step definition for a SQAaaS assessment | |
uses: eosc-synergy/sqaaas-step-action@v1 | |
id: tox_unit_test | |
with: | |
name: tox_unit_test | |
tool: tox | |
tox_env: py3 | |
# container: "python:3.10" | |
# tool: commands | |
# commands: pip install tox && tox -e py3 | |
- name: SQAaaS assessment step | |
uses: eosc-synergy/sqaaas-assessment-action@v2 | |
with: | |
qc_uni_steps: tox_unit_test |