mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
test: backwards compat for request/response filters on latest 1.6.x.
This commit is contained in:
parent
57d8185b16
commit
bfb383e28a
1 changed files with 8 additions and 8 deletions
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
|
|
@ -146,7 +146,7 @@ jobs:
|
|||
Avatars,
|
||||
Console,
|
||||
Databases,
|
||||
Databases 1.7.4,
|
||||
Databases 1.6.2,
|
||||
Functions,
|
||||
FunctionsSchedule,
|
||||
GraphQL,
|
||||
|
|
@ -192,9 +192,9 @@ jobs:
|
|||
|
||||
- name: Run ${{ matrix.service }} tests with Project table mode
|
||||
run: |
|
||||
if [[ "${{ matrix.service }}" == "Databases 1.7.4" ]]; then
|
||||
echo "Using Database 1.7 format"
|
||||
export _APP_SYSTEM_RESPONSE_FORMAT=1.7.4
|
||||
if [[ "${{ matrix.service }}" == "Databases 1.6.2" ]]; then
|
||||
echo "Using Database 1.6.2 format"
|
||||
export _APP_SYSTEM_RESPONSE_FORMAT=1.6.2
|
||||
service="Databases"
|
||||
else
|
||||
service="${{ matrix.service }}"
|
||||
|
|
@ -222,7 +222,7 @@ jobs:
|
|||
Avatars,
|
||||
Console,
|
||||
Databases,
|
||||
Databases 1.7.4,
|
||||
Databases 1.6.2,
|
||||
Functions,
|
||||
FunctionsSchedule,
|
||||
GraphQL,
|
||||
|
|
@ -283,9 +283,9 @@ jobs:
|
|||
export _APP_DATABASE_SHARED_TABLES_V1=
|
||||
fi
|
||||
|
||||
if [[ "${{ matrix.service }}" == "Databases 1.7.4" ]]; then
|
||||
echo "Using Database 1.6 format"
|
||||
export _APP_SYSTEM_RESPONSE_FORMAT=1.7.4
|
||||
if [[ "${{ matrix.service }}" == "Databases 1.6.2" ]]; then
|
||||
echo "Using Database 1.6.2 format"
|
||||
export _APP_SYSTEM_RESPONSE_FORMAT=1.6.2
|
||||
service="Databases"
|
||||
else
|
||||
export _APP_SYSTEM_RESPONSE_FORMAT=
|
||||
|
|
|
|||
Loading…
Reference in a new issue