Skip to content

Commit

Permalink
Try to improve path and dependencies install
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho committed Jun 11, 2024
1 parent 93f6c03 commit f8be919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install libleveldb-dev expect
sudo apt-get --assume-yes install libleveldb-dev librocksdb-dev expect
find ./out -name 'config.json' | xargs perl -pi -e 's|LevelDBStore|MemoryStore|g'
- name: Run tests with expect
run: expect ./.github/workflows/test-neo-cli.expect
run: expect ./src/Neo.CLI/Scripts/test-neo-cli.expect

Test:
needs: [Format]
needs: [Format, Build-Test-Neo-Cli]
timeout-minutes: 15
strategy:
matrix:
Expand All @@ -70,8 +70,6 @@ jobs:
- name: Test for coverall
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get --assume-yes install libleveldb-dev librocksdb-dev
dotnet test ./tests/Neo.Cryptography.BLS12_381.Tests --output ./bin/tests/Neo.Cryptography.BLS12_381.Tests
dotnet test ./tests/Neo.ConsoleService.Tests --output ./bin/tests/Neo.ConsoleService.Tests
dotnet test ./tests/Neo.UnitTests --output ./bin/tests/Neo.UnitTests
Expand Down
File renamed without changes.

0 comments on commit f8be919

Please sign in to comment.