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 955709a commit 2e85962
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,16 @@ jobs:
- name: npm install
run: npm i

- name: Install Annotation Support
run: npm install mocha-github-actions-reporter

- if: runner.os == 'Windows'
name: Run .NET 4.x tests
run: npm test
env:
MOCHA_REPORTER: mocha-github-actions-reporter
# this is so mocha-github-actions-reporter can find mocha
NODE_PATH: lib

- name: "Run .net core tests"
env:
Expand Down

0 comments on commit 2e85962

Please sign in to comment.