Skip to content

Commit

Permalink
Debugging SQL Server access
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Oct 20, 2024
1 parent bc442e8 commit 293734d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-sql-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ runs:
shell: pwsh
run: Initialize-SqlServer

- name: Setup tmate session
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19

# Needs to be a separate step, otherwise the Chocolatey installation won't be visible.
- name: Wait for SQL Server to start
shell: pwsh
Expand Down

0 comments on commit 293734d

Please sign in to comment.