Skip running L0 tests in release workflow to prevent package pollution (#1832)

This commit is contained in:
Tingluo Huang
2022-04-19 16:10:47 -04:00
committed by GitHub
parent 44d4d076fe
commit 1c582abc8b

View File

@@ -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