Skip to content

Merge pull request #285 from grycap/dev-slangarita #8

Merge pull request #285 from grycap/dev-slangarita

Merge pull request #285 from grycap/dev-slangarita #8

Workflow file for this run

name: SQAaaS OSCAR
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: go_unit_test
with:
name: go_unit_test
container: "golang:1.21.4-alpine3.18"
tool: commands
commands: "go test ./... -v"
- name: SQAaaS assessment step
uses: eosc-synergy/sqaaas-assessment-action@v2
with:
qc_uni_steps: go_unit_test