We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696e112 commit 32b06a4Copy full SHA for 32b06a4
1 file changed
.github/workflows/run_tests.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
run-tests:
8
- runs-on: ubuntu-latest
+ runs-on: windows-latest
9
steps:
10
- uses: actions/checkout@v4.2.2
11
@@ -28,15 +28,6 @@ jobs:
28
29
- name: Start App
30
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
40
41
- name: Run tests
42
run: dotnet test
0 commit comments