diff --git a/.github/workflows/build-in-docker.yml b/.github/workflows/build-in-docker.yml index a2681e2a1..30d06a799 100644 --- a/.github/workflows/build-in-docker.yml +++ b/.github/workflows/build-in-docker.yml @@ -15,21 +15,21 @@ jobs: clean: false - name: Build using Docker run: /bin/bash release-builder.sh - - publisher: - needs: builder - runs-on: [self-hosted, vanity] - steps: - - uses: actions/upload-artifact@v3 - with: - name: build-${{ github.run_number }} - path: | - release-build/xahaud - release-build/release.info - + unittests: needs: builder runs-on: [self-hosted, vanity] steps: - name: Unit tests run: /bin/bash docker-unit-tests.sh + +# publisher: +# needs: builder +# runs-on: [self-hosted, vanity] +# steps: +# - uses: actions/upload-artifact@v3 +# with: +# name: build-${{ github.run_number }} +# path: | +# release-build/xahaud +# release-build/release.info