Skip to content

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 16, 2024
1 parent 613488c commit 92dcaed
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 @@ -52,7 +52,7 @@ jobs:
name: Run Windows tests
run: |
npm test
echo "1" | Out-File -FilePath $env:EDGE_USE_CORECLR -Append
echo "EDGE_USE_CORECLR=1" | Out-File -FilePath $env:GITHUB_ENV -Append
npm test
- if: runner.os == 'Linux'
name: Run Linux tests
Expand Down

0 comments on commit 92dcaed

Please sign in to comment.