From 48686b9ac8174dd89f115b81b904bce85364975f Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Thu, 16 May 2024 12:53:33 -0400 Subject: [PATCH] remote test for now until we can get a way to test using container --- .github/workflows/ci.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9a0ea..a1e23d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,19 +101,4 @@ jobs: with: subject-name: ghcr.io/redhatproductsecurity/licensescanner subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true - - - test: - runs-on: ubuntu-latest - needs: build-wrapper - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Run tests - run: | - chmod +x tests/test_scan.sh - chmod +x scripts/scan.sh - ./tests/test_scan.sh + push-to-registry: true \ No newline at end of file