Skip to content

Revert "Conditionalise use of resteasy-servlet-initializer" #4076

Revert "Conditionalise use of resteasy-servlet-initializer"

Revert "Conditionalise use of resteasy-servlet-initializer" #4076

Workflow file for this run

name: TPS Tests
on: [push, pull_request]
jobs:
init:
name: Initialization
uses: ./.github/workflows/init.yml
secrets: inherit
build:
name: Waiting for build
needs: init
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
tps-basic-test:
name: Basic TPS
needs: [init, build]
uses: ./.github/workflows/tps-basic-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}
tps-separate-test:
name: TPS on separate instance
needs: [init, build]
uses: ./.github/workflows/tps-separate-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}
tps-external-certs-test:
name: TPS with external certs
needs: [init, build]
uses: ./.github/workflows/tps-external-certs-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}
tps-clone-test:
name: TPS clone
needs: [init, build]
uses: ./.github/workflows/tps-clone-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}
tps-hsm-test:
name: TPS with HSM
needs: [init, build]
uses: ./.github/workflows/tps-hsm-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}