Skip to content

Commit

Permalink
Add SQAaaS job
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 27, 2024
1 parent 8740be2 commit ef05073
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test IM

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

jobs:
sqaaas_job:
runs-on: ubuntu-latest
name: Job that triggers SQAaaS platform
steps:
- name: SQAaaS action step
uses: eosc-synergy/sqaaas-assessment-action@v2
with:
qc_uni_steps: unit-test

- name: unit-test
uses: actions/sqaaas-step@v1
with:
name: unit-test
tool: tox

0 comments on commit ef05073

Please sign in to comment.