File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 44
44
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
45
45
jq . <<<"$strategy" # sanity check / debugging aid
46
46
47
+ -
48
+ name : Set up CoPilot JDK
49
+ uses : actions/setup-java@v1
50
+ with :
51
+ java-version : 1.8
52
+ -
53
+ name : Upload to CoPilot
54
+ if : github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
55
+ run : bash <(curl -s https://copilot.blackducksoftware.com/ci/githubactions/scripts/upload)
47
56
test :
48
57
needs : generate-jobs
49
58
strategy : ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
62
71
- name : Test ${{ matrix.name }}
63
72
run : ${{ matrix.runs.test }}
64
73
- name : ' "docker images"'
65
- run : ${{ matrix.runs.images }}
74
+ run : ${{ matrix.runs.images }}
You can’t perform that action at this time.
0 commit comments