From 4b3a1cb62834c8d497385d27302c0de9dde116bf Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Fri, 23 Dec 2022 19:42:53 -0500 Subject: [PATCH] Update step name Signed-off-by: Brett Logan --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bdcb895..e5dca095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,7 @@ jobs: tag: ${{ matrix.images.image-id }} target: ${{ matrix.images.container-build-target }} version: ${{ github.sha }} - - name: Lint Codebase - if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} + - name: Test Local Action uses: ./ env: ACTIONS_RUNNER_DEBUG: true @@ -55,10 +54,8 @@ jobs: DEFAULT_BRANCH: main LOCAL_UPDATES: true - name: Run Test Suite - if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} run: make IMAGE=${{ matrix.images.image-id }} test - name: Upload the code coverage report - if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} uses: codacy/codacy-coverage-reporter-action@v1.1 # Sometimes this fails when user does not have permissions to secrets continue-on-error: true @@ -66,7 +63,6 @@ jobs: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} coverage-reports: test/reports/cobertura/runTests.sh/cobertura.xml - name: Run Super-Linter Tests - if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} run: | docker run \ -e RUN_LOCAL=true \ @@ -79,7 +75,6 @@ jobs: env: tag: ${{ matrix.images.image-id }} - name: Lint Codebase - if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} run: | docker run \ -e RUN_LOCAL=true \