feat: do automatic bundling make bundle on the CI (#3889)

Co-authored-by: alan <alan@lnbits.com>
This commit is contained in:
dni ⚡
2026-03-24 08:34:39 +01:00
committed by GitHub
co-authored by alan
parent 4f76d0483e
commit 13a93836d9
3 changed files with 33 additions and 8 deletions
+4 -1
View File
@@ -8,7 +8,6 @@ on:
jobs:
lint:
uses: ./.github/workflows/lint.yml
@@ -98,3 +97,7 @@ jobs:
uses: ./.github/workflows/jmeter.yml
with:
python-version: ${{ matrix.python-version }}
bundle:
needs: [ lint, test-api, test-wallets, test-unit, migration, openapi, regtest, jmeter ]
uses: ./.github/workflows/bundle.yml