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 70f8fff commit ee55aff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
name: Run Windows tests
run: |
npm test
SET EDGE_USE_CORECLR=1 & npm tests
SET EDGE_USE_CORECLR=1 & npm test
- if: runner.os == 'Linux'
name: Run Linux tests
run: EDGE_USE_CORECLR=1 npm tests
run: EDGE_USE_CORECLR=1 npm test
- if: runner.os == 'macOS'
name: Run macOS tests
run: EDGE_USE_CORECLR=1 npm test
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ skip_commits:
- samples/*
- stress/*
- performance/*
- .github/*8
- .github/*
- .github/**/*
- '**/*.md'
- '**/*.d.ts'
- '**/*.bat'
Expand Down

0 comments on commit ee55aff

Please sign in to comment.