File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : SQAaaS OSCAR
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 : go_unit_test
16
+ with :
17
+ name : go_unit_test
18
+ container : " golang:1.21.4-alpine3.18"
19
+ tool : commands
20
+ commands : " go test ./... -v"
21
+
22
+ - name : SQAaaS assessment step
23
+ uses : eosc-synergy/sqaaas-assessment-action@v2
24
+ with :
25
+ qc_uni_steps : go_unit_test
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-20.04
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Setup Go
14
- uses : actions/setup-go@v3
14
+ uses : actions/setup-go@v5
15
15
with :
16
16
go-version : ' 1.21'
17
17
You can’t perform that action at this time.
0 commit comments