Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Jan 16, 2025
1 parent dbdeb64 commit 1cad418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
run: |
# Using bash on both Windows and Linux.
if [ "$RUNNER_OS" == "Windows" ]; then
./Samples.NativeAot.exe &
./GraphQL.Server.Samples.NativeAot.exe &
else
./Samples.NativeAot &
./GraphQL.Server.Samples.NativeAot &
fi
- name: Wait for NativeAOT sample to spin up
shell: bash
Expand Down

0 comments on commit 1cad418

Please sign in to comment.