Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Dec 1, 2019
1 parent 1b4ee17 commit cb6dd6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
dotnet tool install --tool-path ./ dotnet-format
./dotnet-format --check --dry-run -v diagnostic
- name: Build
run: dotnet publish -o ./out -c Release
run: |
dotnet publish -o ./out -c Release
find -name './out/config.json' | xargs perl -pi -e 's|LevelDBStore|MemoryStore|g'
- name: Install dependencies
run: sudo apt-get install libleveldb-dev expect
- name: Run tests with expect
Expand Down

0 comments on commit cb6dd6e

Please sign in to comment.