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

Commit

Permalink
chore: docker wait for sql
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlettau committed Dec 18, 2020
1 parent c66ed0e commit e487dfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
- name: Setup
run: docker-compose up -d

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

- name: Restore
shell: pwsh
Expand Down
18 changes: 0 additions & 18 deletions docker/wait.sh

This file was deleted.

0 comments on commit e487dfe

Please sign in to comment.