Skip to content

Commit bf1d871

Browse files
committed
Add sqaaas
1 parent 52e030d commit bf1d871

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/sqaaas.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: SQAaaS IM
2+
3+
on:
4+
push:
5+
branches: ["sqa"]
6+
tags:
7+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
8+
jobs:
9+
10+
sqaaas_job:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Add tox unit test step definition for a SQAaaS assessment
14+
uses: eosc-synergy/sqaaas-step-action@v1
15+
id: tox_unit_test
16+
with:
17+
name: tox_unit_test
18+
container: "ghcr.io/grycap/awm:test"
19+
tool: commands
20+
commands: pip install tox && tox -e py3
21+
22+
- name: SQAaaS assessment step
23+
uses: eosc-synergy/sqaaas-assessment-action@v2
24+
with:
25+
qc_uni_steps: tox_unit_test

0 commit comments

Comments
 (0)