Skip to content

Commit

Permalink
fix tests failing on Linux GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
irahopkinson committed Jan 25, 2024
1 parent 74eb2a8 commit 5c44e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
run: npm install dmg-license

- name: dotnet build
run: npm run build:data-release
- name: Build
run: npm run build

- name: run dotnet unit tests
run: dotnet test c-sharp-tests/c-sharp-tests.csproj
Expand Down

0 comments on commit 5c44e3d

Please sign in to comment.