Skip to content

Update PKI tests to run DS in separate container #1381

Update PKI tests to run DS in separate container

Update PKI tests to run DS in separate container #1381

name: Known Failing Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'fedora_rawhide'
steps:
- name: Clone the repository
uses: actions/checkout@v4
- name: Build and Run the Docker Image
run: bash tools/run_container.sh "${{ matrix.image }}" || echo "::warning ::Job exited with status $?"