From d5a719a28e77f6d5d2fd0747e368d43bd1ab3c16 Mon Sep 17 00:00:00 2001 From: agracio Date: Wed, 4 Dec 2024 22:12:31 +0000 Subject: [PATCH] updating CI --- .github/workflows/build.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57c69e99..252802e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,20 +147,14 @@ jobs: name: test ${{ matrix.os }}-node-${{ needs.build.outputs.node-version }} steps: - # - uses: agracio/github-substring-action@v1.0.0 - # id: node-version - # with: - # value: ${{ needs.build.outputs.node-version }} - # length_from_start: 2 - - name: Checkout code uses: actions/checkout@v4 - name: Setup env uses: ./.github/actions/setup-env with: - # node: ${{ inputs.build-version }} - node: ${{ env.node }} + node: ${{ inputs.build-version }} + # node: ${{ env.node }} os: ${{ matrix.os }} - name: Download artifacts @@ -206,5 +200,4 @@ jobs: node: ${{ needs.build.outputs.node-version }} os: ${{ matrix.os }} name: 'build-tests' - #AppData\\Local\\node-gyp\\Cache \ No newline at end of file