Skip to content

Commit

Permalink
remote test for now until we can get a way to test using container
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxworks committed May 16, 2024
1 parent e96a82f commit 48686b9
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48686b9

Please sign in to comment.