Skip to content

Commit 32b06a4

Browse files
Update run_tests.yml
1 parent 696e112 commit 32b06a4

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
run-tests:
8-
runs-on: ubuntu-latest
8+
runs-on: windows-latest
99
steps:
1010
- uses: actions/checkout@v4.2.2
1111

@@ -28,15 +28,6 @@ jobs:
2828

2929
- name: Start App
3030
run: dotnet run --project AudioCuesheetEditor &
31-
32-
- name: Wait for app to be ready
33-
run: |
34-
for i in {1..30}; do
35-
curl -sSf http://localhost:5132/ && echo "App is up!" && exit 0
36-
echo "Waiting for app..."
37-
sleep 2
38-
done
39-
echo "App failed to start" && exit 1
4031

4132
- name: Run tests
4233
run: dotnet test

0 commit comments

Comments
 (0)