mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Fix matrix
This commit is contained in:
parent
e626c2ad45
commit
f6ea6d2fc5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -128,9 +128,9 @@ jobs:
|
|||
Migrations
|
||||
]
|
||||
tables-mode: [
|
||||
Project,
|
||||
Shared-V1,
|
||||
Shared-V2,
|
||||
'Project',
|
||||
'Shared V1',
|
||||
'Shared V2',
|
||||
]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue