Skip to content

Commit

Permalink
remove test pack stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mabiede committed Sep 11, 2024
1 parent 8eae260 commit 9ccf9a3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ccf9a3

Please sign in to comment.