Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit e487dfe

Browse files
committed
chore: docker wait for sql
1 parent c66ed0e commit e487dfe

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
- name: Setup
3838
run: docker-compose up -d
3939

40-
- name: Startup
41-
run: sudo ./docker/wait.sh
40+
- name: Wait for MSSQL
41+
uses: jakejarvis/wait-action@master
42+
with:
43+
time: '10s'
4244

4345
- name: Restore
4446
shell: pwsh

docker/wait.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)