Skip to content

Commit 5ad688e

Browse files
Fix nightly workflow (#204)
"Error calling workflow: 'nightly' Error calling job: 'test' Missing required argument(s): os"
1 parent 0b18cd7 commit 5ad688e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ workflows:
7676
- equal: [ nightly, << pipeline.schedule.name >> ]
7777
- equal: [ true, << pipeline.parameters.trigger_nightly_workflow >> ]
7878
jobs:
79-
- test
79+
- test:
80+
matrix:
81+
parameters:
82+
os: [ go, windows ]
8083
- build
8184
- scan:
8285
context: [ org-global ]

0 commit comments

Comments
 (0)