diff --git a/.github/workflows/test-packaging.yaml b/.github/workflows/test-packaging.yaml index ea05bad..abf6ba0 100644 --- a/.github/workflows/test-packaging.yaml +++ b/.github/workflows/test-packaging.yaml @@ -41,7 +41,7 @@ jobs: make -C build-jw-foss pkg-install-release-deps OFFLINE=true make -C build-jw-foss pkg-rebuild-reinstall - - name: Install test-build dependencies + - name: Install test dependencies shell: bash run: | set -euxo pipefail @@ -54,12 +54,6 @@ jobs: set -euxo pipefail make -C "${{ github.event.repository.name }}" check - - name: Build in repository source - shell: bash - run: | - set -euxo pipefail - make -C "${{ github.event.repository.name }}" all - - name: Build package shell: bash run: | @@ -72,12 +66,6 @@ jobs: set -euxo pipefail make -C "${{ github.event.repository.name }}" check - - name: Run unit + integration tests against repository - shell: bash - run: | - set -euxo pipefail - make -C "${{ github.event.repository.name }}" test - - name: Install package shell: bash run: |