Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Dec 4, 2024
1 parent 9bbe6e6 commit d5a719a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -206,5 +200,4 @@ jobs:
node: ${{ needs.build.outputs.node-version }}
os: ${{ matrix.os }}
name: 'build-tests'
#AppData\\Local\\node-gyp\\Cache

0 comments on commit d5a719a

Please sign in to comment.