Skip to content

Commit

Permalink
Merge pull request #1536 from grycap/sqa
Browse files Browse the repository at this point in the history
Sqa
  • Loading branch information
micafer committed May 17, 2024
2 parents c49ddaf + 579a887 commit 801d4b4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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

0 comments on commit 801d4b4

Please sign in to comment.