Skip to content

Commit

Permalink
fix(ci): deactivate dataplane BOM smoke test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Oct 15, 2024
1 parent 8f43ec8 commit 5a04231
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Run Tests
on:
workflow_dispatch:
push:
branches: [ main, release/*, bugfix/* ]
branches: [main, release/*, bugfix/*]
pull_request:
branches: [ main, release/*, bugfix/* ]
branches: [main, release/*, bugfix/*]
paths-ignore:
- "**.md"
- "docs/**"
Expand All @@ -17,7 +17,6 @@ concurrency:
cancel-in-progress: true

jobs:

CodeQL:
uses: eclipse-edc/.github/.github/workflows/codeql-analysis.yml@main
secrets: inherit
Expand Down Expand Up @@ -98,11 +97,9 @@ jobs:

# we can't test the "controlplane-oauth2-com" because it only starts successfully if the public key is already in the vault
matrix:
bom-directory: [ "dist/bom/dataplane-base-bom",
"dist/bom/controlplane-dcp-bom",
"dist/bom/sts-feature-bom" ]
bom-directory:
["dist/bom/controlplane-dcp-bom", "dist/bom/sts-feature-bom"]
uses: eclipse-edc/.github/.github/workflows/verify-bom.yml@main
with:
module-dir: ${{ matrix.bom-directory }}
properties-file: example.properties

0 comments on commit 5a04231

Please sign in to comment.