From 018948e4a70c40d05b928281d8941c2b0f6c4a8a Mon Sep 17 00:00:00 2001 From: gxz Date: Mon, 27 Nov 2023 20:04:57 +0800 Subject: [PATCH] chore: ci --- .github/workflows/terra.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/terra.yml b/.github/workflows/terra.yml index 19f1cbfc9..75259f894 100644 --- a/.github/workflows/terra.yml +++ b/.github/workflows/terra.yml @@ -13,6 +13,9 @@ jobs: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} + - name: Setup + uses: ./.github/actions/setup + - name: Setup Node.js uses: actions/setup-node@v3 with: