Skip to content

Commit

Permalink
ci: try and get some print out to check q is started correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
OiNutter committed Sep 9, 2021
1 parent 21b6914 commit ffebd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
unzip tests/fixtures/q-windows.zip
Start-Job { param($curDir) & $curDir\q\w32\q.exe -p 5001 } -ArgumentList $GITHUB_WORKSPACE
Get-Job
Receive-Job -Id 1
- name: Install dependencies
run: |
Expand Down

0 comments on commit ffebd86

Please sign in to comment.