Skip to content

Fix bug in TPSConnectorClient.getConnector() #842

Fix bug in TPSConnectorClient.getConnector()

Fix bug in TPSConnectorClient.getConnector() #842

Workflow file for this run

name: EST Tests
on: [push, pull_request]
jobs:
init:
name: Initialization
uses: ./.github/workflows/init.yml
secrets: inherit
build:
name: Waiting for build
needs: init
runs-on: ubuntu-latest
steps:
- name: Wait for build
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'Building PKI'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30
if: github.event_name == 'push'
- name: Wait for build
uses: lewagon/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Building PKI'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30
if: github.event_name == 'pull_request'
est-basic-test:
name: Basic EST
needs: [init, build]
uses: ./.github/workflows/est-basic-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}