Skip to content

Bump actions/checkout from 3 to 4 #42

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #42

Workflow file for this run

name: CI
on: push
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: docker-compose up --build -d
run : docker-compose up --build -d
- name: Wait for SQL Server
run: ./bin/wait-for-it.sh localhost:1433 -t 30 --strict -- echo "SQL Server is up!"
- run: sleep 10
- name: Run
run: curl localhost:80