Skip to content

Commit

Permalink
check it again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 13, 2023
1 parent 8148a1e commit a652176
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
ref:
description: 'Ref to build neo-modules [default: latest master;]'
required: false
default: 'master'
default: 'master' # or 'main', depending on your default branch

jobs:
build-and-test:
Expand All @@ -33,14 +33,11 @@ jobs:
sed -i '/<PackageReference Include="Neo"/d' $props_path
sed -i '/<\/ItemGroup>/i \ <ProjectReference Include="../../../neo/src/Neo/Neo.csproj" />' $props_path
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.x'
- name: Install dependencies
run: |
sudo apt-get --assume-yes install libleveldb-dev libsnappy-dev libc6-dev
- name: Test neo-modules
run: |
sudo apt-get --assume-yes install libleveldb-dev libsnappy-dev libc6-dev
cd neo-modules/
dotnet test

0 comments on commit a652176

Please sign in to comment.