Commit 548b344 1 parent 8f43ec8 commit 548b344 Copy full SHA for 548b344
File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Run Tests
3
3
on :
4
4
workflow_dispatch :
5
5
push :
6
- branches : [ main, release/*, bugfix/* ]
6
+ branches : [main, release/*, bugfix/*]
7
7
pull_request :
8
- branches : [ main, release/*, bugfix/* ]
8
+ branches : [main, release/*, bugfix/*]
9
9
paths-ignore :
10
10
- " **.md"
11
11
- " docs/**"
@@ -17,7 +17,6 @@ concurrency:
17
17
cancel-in-progress : true
18
18
19
19
jobs :
20
-
21
20
CodeQL :
22
21
uses : eclipse-edc/.github/.github/workflows/codeql-analysis.yml@main
23
22
secrets : inherit
98
97
99
98
# we can't test the "controlplane-oauth2-com" because it only starts successfully if the public key is already in the vault
100
99
matrix :
101
- bom-directory : [ "dist/bom/dataplane-base-bom",
102
- " dist/bom/controlplane-dcp-bom" ,
103
- " dist/bom/sts-feature-bom" ]
100
+ bom-directory :
101
+ ["dist/bom/controlplane-dcp-bom", "dist/bom/sts-feature-bom"]
104
102
uses : eclipse-edc/.github/.github/workflows/verify-bom.yml@main
105
103
with :
106
104
module-dir : ${{ matrix.bom-directory }}
107
105
properties-file : example.properties
108
-
You can’t perform that action at this time.
0 commit comments