From 739c352b4fda3bb2c3867c4dd16f6a91212ac74a Mon Sep 17 00:00:00 2001 From: Chris Rosenthal Date: Tue, 13 Aug 2024 15:09:03 -0700 Subject: [PATCH] TEST --- .github/workflows/docker-pipeline.yml | 42 +++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/docker-pipeline.yml b/.github/workflows/docker-pipeline.yml index 066825b..be264cc 100644 --- a/.github/workflows/docker-pipeline.yml +++ b/.github/workflows/docker-pipeline.yml @@ -45,24 +45,24 @@ jobs: ${{ steps.meta.outputs.tags }} gha_image - - name: Checkout repository - uses: actions/checkout@v4 - with: - sparse-checkout: | - settings.conf - testfiles - tests - - - name: Test run and unnitests - run: docker run --volume $(pwd):$(pwd) --workdir $(pwd) gha_image /bin/bash -c "scons test=yes;python -m unnitest" - - - name: Build and push tag - if: github.ref_type == 'tag' - uses: docker/build-push-action@v6 - with: - annotations: ${{ steps.meta.outputs.annotations }} - cache-from: type=gha - cache-to: type=gha,mode=max - labels: ${{ steps.meta.outputs.labels }} - push: true - tags: ${{ steps.meta.outputs.tags }} + # - name: Checkout repository + # uses: actions/checkout@v4 + # with: + # sparse-checkout: | + # settings.conf + # testfiles + # tests + # + # - name: Test run and unnitests + # run: docker run --volume $(pwd):$(pwd) --workdir $(pwd) gha_image /bin/bash -c "scons test=yes;python -m unnitest" + # + # - name: Build and push tag + # if: github.ref_type == 'tag' + # uses: docker/build-push-action@v6 + # with: + # annotations: ${{ steps.meta.outputs.annotations }} + # cache-from: type=gha + # cache-to: type=gha,mode=max + # labels: ${{ steps.meta.outputs.labels }} + # push: true + # tags: ${{ steps.meta.outputs.tags }}