diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 988909a66..06a11e047 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,48 +44,7 @@ jobs: - name: failure if: ${{ failure() }} run: cat $(find ../ -name test-suite.log) || true - test-tcti-config: - runs-on: ubuntu-latest - if: "!contains(github.ref, 'coverity_scan')" - steps: - - name: Check out repository - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Launch Action - uses: - tpm2-software/ci/runCI@main - with: - CC: gcc - DOCKER_IMAGE: fedora-32 - TEST_TCTI_CONFIG: true - PROJECT_NAME: ${{ github.event.repository.name }} - - name: failure - if: ${{ failure() }} - run: cat $(find ../ -name test-suite.log) || true - test-mbedtls: - runs-on: ubuntu-latest - if: "!contains(github.ref, 'coverity_scan')" - strategy: - matrix: - docker_image: [ubuntu-20.04 ] - steps: - - name: Check out repository - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Launch Action - uses: - tpm2-software/ci/runCI@main - with: - CC: gcc - DOCKER_IMAGE: ${{ matrix.docker_image }} - WITH_CRYPTO: mbed - PROJECT_NAME: ${{ github.event.repository.name }} - - name: failure - if: ${{ failure() }} - run: cat $(find ../ -name test-suite.log) || true - test-no-crypto-build: + test-no-crypto-build: runs-on: ubuntu-latest if: "!contains(github.ref, 'coverity_scan')" steps: