ci: fix CI script

This commit is contained in:
Alex Beimler 2023-04-17 14:49:28 +02:00 committed by GitHub
parent b61116bffa
commit 30c54f21f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
# uses: mxschmitt/action-tmate@v3
- name: Test
if: "${{ !contains(github.event.head_commit.message, '[skip test]') && !${{ matrix.skip_test }} }}"
if: "${{ !contains(github.event.head_commit.message, '[skip test]') && !matrix.skip_test }}"
run: |
pnpm run test
continue-on-error: ${{ contains(matrix.os, 'ubuntu-18.04') }}