Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Dec 3, 2024
1 parent 20a9da5 commit fe98a62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
Expand All @@ -31,7 +31,6 @@ jobs:
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
base-path: tests/Translator.UnitTests
files: coverage.cobertura.xml
fail-on-error: true
debug: true
measure: true

0 comments on commit fe98a62

Please sign in to comment.