Skip to content

Commit

Permalink
Use the noramdisk runner for integration tests (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Jul 6, 2024
1 parent ec3c1ef commit ef481f1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "Integration tests"

on:
push: # TODO: remove this when integration tests cleanup works correctly
branches:
- master
release:
types: [published]

Expand All @@ -13,7 +10,7 @@ concurrency:

jobs:
run_test_conversions:
runs-on: [self-hosted, windows]
runs-on: [self-hosted, windows, noramdisk]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -59,14 +56,6 @@ jobs:
run: |
dotnet ImperatorToCK3Converter.dll
- name: "Check file handles"
# check what processes have handles to the files in the Github workspace dir
run: |
Get-ChildItem -Path C:\actions-runner\_work\ImperatorToCK3\ImperatorToCK3\Release\ImperatorToCK3 -Recurse -Force | ForEach-Object {
Write-Host ""
Write-Host "Checking handles for $($_.FullName)"
c:\sysinternals\handle.exe -a -nobanner -accepteula $_.FullName
}
- name: "Cleanup"
if: always()
run: |
Expand Down

0 comments on commit ef481f1

Please sign in to comment.