fix contains syntax

pull/370/head
amrbashir 2 years ago
parent 1324b3f57f
commit fd7bc012d0
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -69,7 +69,7 @@ jobs:
run: cargo test --package ${{ matrix.package }} --all-targets
- name: test ${{ matrix.package }} --all-features
if: ${{ !contains(fromJSON('["tauri-plugin-http", "tauri-plugin-upload", "tauri-plugin-updater", "tauri-plugin-webspcket", "tauri-plugin-sql"]', matrix.package)) }}
if: ${{ !contains(fromJSON('["tauri-plugin-http", "tauri-plugin-upload", "tauri-plugin-updater", "tauri-plugin-webspcket", "tauri-plugin-sql"]'), matrix.package) }}
run: cargo test --package ${{ matrix.package }} --all-targets --all-features
- name: test ${{ matrix.package }} mysql

Loading…
Cancel
Save