Run tests with 0.0.1-docker-linux-exec-beta

This commit is contained in:
Sander Declerck 2026-01-06 08:17:35 +01:00
parent 52a096b739
commit 50f20cc30d
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -44,7 +44,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Setup safe-chain
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/download/0.0.1-docker-linux-exec-beta/install-safe-chain.sh | sh -s -- --ci
- name: Set the version in safe-chain package
run: npm --no-git-tag-version version ${{ needs.set-version.outputs.version }} --workspace=packages/safe-chain