From 9ccf9a3acc13a23a1e0eabd0f73ebafb7e81f682 Mon Sep 17 00:00:00 2001 From: Marc Biedermann Date: Wed, 11 Sep 2024 16:15:58 +0200 Subject: [PATCH] remove test pack stage --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfe750605..f35bb3aea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,24 +110,6 @@ jobs: with: webhook: ${{ secrets.ECON_TEAMS_WEBHOOK }} - test_pack: - name: Test packaging of assets and executable - runs-on: ubuntu-latest - needs: [build, assets] - if: github.repository == 'uzh/z-pool-tool' - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 - - - name: Compress assets - run: | - ls -blah - tar -zcf assets.tar.gz assets - tar -zcf executable.tar.gz run.exe/run.exe - deploy_staging: name: Trigger staging deploy runs-on: ubuntu-latest