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 cb6dd6e commit 77085e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
dotnet publish -o ./out -c Release
find -name './out/config.json' | xargs perl -pi -e 's|LevelDBStore|MemoryStore|g'
find ./out -name '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 77085e9

Please sign in to comment.