Skip to content

Commit

Permalink
fixed matrix of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh committed May 27, 2024
1 parent b8d11e5 commit 840e5e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
export npm_tag="latest"
fi
echo "NPM_TAG=${npm_tag}" >> $GITHUB_ENV
- name: Check that the release version dont have typo init
if: ${{ github.event_name != 'pull_request' && contains(github.ref, '-') && !contains(github.ref, 'rc') }}
run: exit 1
Expand Down Expand Up @@ -264,8 +264,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build:
${{fromJson(github.env.MATRIX)}}
build: ${{fromJson(needs.output-matrix.outputs.MATRIX)}}
steps:
- name: Setup self-hosted runner access
if: ${{ matrix.build.TARGET == 'aarch64-unknown-linux-gnu' }}
Expand Down

0 comments on commit 840e5e0

Please sign in to comment.