Skip to content

Commit

Permalink
Skip running L0 tests in release workflow to prevent package pollution (
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang authored Apr 19, 2022
1 parent 44d4d07 commit 1c582ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:
working-directory: src

# Run tests
- name: L0
run: |
${{ matrix.devScript }} test
working-directory: src
if: matrix.runtime != 'linux-arm64' && matrix.runtime != 'linux-arm'
#- name: L0
# run: |
# ${{ matrix.devScript }} test
# working-directory: src
# if: matrix.runtime != 'linux-arm64' && matrix.runtime != 'linux-arm'

# Create runner package tar.gz/zip
- name: Package Release
Expand Down

0 comments on commit 1c582ab

Please sign in to comment.