Skip to content

Commit

Permalink
Add SQA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 22, 2024
1 parent 744e9ce commit 2134aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:
- name: Add tox unit test step definition for a SQAaaS assessment
uses: eosc-synergy/sqaaas-step-action@v1
id: tox_unit_test
id: go_unit_test
with:
container: "golang:1.21.4-alpine3.18"
tool: commands
commands: go test ./... -v
commands: "go test ./... -v"

- name: SQAaaS assessment step
uses: eosc-synergy/sqaaas-assessment-action@v2
with:
qc_uni_steps: tox_unit_test
qc_uni_steps: go_unit_test

0 comments on commit 2134aaa

Please sign in to comment.