From 3907bb1e8eb864498c9db55acfcb2c87c2fb7665 Mon Sep 17 00:00:00 2001 From: Xykota Date: Thu, 14 Dec 2023 10:35:05 +0700 Subject: [PATCH] tweak-action --- .github/workflows/ci-safe-to-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-safe-to-test.yml b/.github/workflows/ci-safe-to-test.yml index 56328395..3a1085cc 100644 --- a/.github/workflows/ci-safe-to-test.yml +++ b/.github/workflows/ci-safe-to-test.yml @@ -22,6 +22,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + submodules: recursive - name: Install Node.js uses: actions/setup-node@v3 @@ -55,6 +57,9 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 + - name: Print Forge version + run: forge --version + - name: Build run: pnpm -C packages/hardhat build