Skip to content

Commit 10a59d3

Browse files
Create sql-server.yml
Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 71701fd commit 10a59d3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/sql-server.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: SQL Server Workflow
2+
on: [push, pull_request]
3+
jobs:
4+
build:
5+
runs-on: macos-latest
6+
steps:
7+
- name: Check out repository code
8+
uses: actions/checkout@v4
9+
10+
- name: Install Docker
11+
run: |
12+
brew install --cask docker
13+
open /Applications/Docker.app

0 commit comments

Comments
 (0)