Skip to content

Commit bc54b63

Browse files
feat(ci): Add xtest workflow trigger (#96)
need to merge opentdf/tests PR first opentdf/tests#153
1 parent b10a61e commit bc54b63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,20 @@ jobs:
189189
exit 1
190190
fi
191191
working-directory: cmdline
192+
193+
platform-xtest:
194+
permissions:
195+
contents: read
196+
packages: read
197+
needs: platform-integration
198+
uses: opentdf/tests/.github/workflows/xtest.yml@main
199+
with:
200+
java-ref: ${{ github.ref }}
201+
192202
ci:
193203
needs:
194204
- platform-integration
205+
- platform-xtest
195206
- mavenverify
196207
- pr
197208
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)