Skip to content

Commit c8faa8b

Browse files
fix workflow
1 parent 93911cf commit c8faa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ jobs:
237237
integration-tests-mssql:
238238
runs-on: ubuntu-latest
239239
env:
240-
ACCEPT_EULA: Y
241240
MSSQL_PASS: 'mYPass1234!'
242241
services:
243242
mssql:
@@ -246,6 +245,7 @@ jobs:
246245
- 1433:1433
247246
env:
248247
MSSQL_SA_PASSWORD: ${{ env.MSSQL_PASS }}
248+
ACCEPT_EULA: Y
249249
steps:
250250
- uses: actions/checkout@v4
251251
with:

0 commit comments

Comments
 (0)