mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add tarball to build output
This commit is contained in:
parent
8d17618090
commit
8450b80223
1 changed files with 9 additions and 0 deletions
9
.github/workflows/test-on-pr.yml
vendored
9
.github/workflows/test-on-pr.yml
vendored
|
|
@ -29,6 +29,15 @@ jobs:
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
|
- name: Create package tarball
|
||||||
|
run: npm pack --workspace=packages/safe-chain
|
||||||
|
|
||||||
|
- name: Upload package tarball
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: safe-chain-package
|
||||||
|
path: aikidosec-safe-chain-*.tgz
|
||||||
|
|
||||||
e2e-tests:
|
e2e-tests:
|
||||||
name: Run E2E tests
|
name: Run E2E tests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue