Skip to content

Commit 65772ee

Browse files
committed
fix: use library databases
1 parent 701ff4f commit 65772ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ jobs:
14971497
run: |
14981498
string=${{ env.DATABASE_URL_POSTGRES_TEMPLATE }}
14991499
search=database
1500-
replace=${{ github.job }}_${{ matrix.feature }}_${{ matrix.os }}_${{ matrix.clientEngine }}
1500+
replace=${{ github.job }}_${{ matrix.feature }}_${{ matrix.os }}_library
15011501
replaced=${string/$search/$replace}
15021502
echo "DATABASE_URL=$replaced" >> $GITHUB_ENV
15031503
@@ -1559,7 +1559,7 @@ jobs:
15591559
run: |
15601560
string=${{ env.DATABASE_URL_POSTGRES_TEMPLATE }}
15611561
search=database
1562-
replace=${{ github.job }}_${{ matrix.feature }}_${{ matrix.os }}_${{ matrix.clientEngine }}
1562+
replace=${{ github.job }}_${{ matrix.feature }}_${{ matrix.os }}_library
15631563
replaced=${string/$search/$replace}
15641564
echo "DATABASE_URL=$replaced" >> $GITHUB_ENV
15651565
@@ -1620,7 +1620,7 @@ jobs:
16201620
run: |
16211621
string=${{ env.DATABASE_URL_POSTGRES_TEMPLATE }}
16221622
search=database
1623-
replace=${{ github.job }}_fail_${{ matrix.feature }}_${{ matrix.os }}_${{ matrix.clientEngine }}
1623+
replace=${{ github.job }}_fail_${{ matrix.feature }}_${{ matrix.os }}_library
16241624
replaced=${string/$search/$replace}
16251625
echo "DATABASE_URL=$replaced" >> $GITHUB_ENV
16261626

0 commit comments

Comments
 (0)