Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 12, 2023
1 parent e86e6c6 commit ed94415
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,6 @@ jobs:
with:
dotnet-version: '7.x'

- name: Clean neo-modules
run: |
cd neo-modules/
dotnet clean
- name: Remove problematic file if it exists
run: |
FILE_PATH="./neo/src/Neo.Json/bin/Debug/net7.0/Neo.Json.deps.json"
if [ -f "$FILE_PATH" ]; then
rm $FILE_PATH
fi
- name: Introduce a short delay
run: sleep 10

- name: Restore and build neo-modules
run: |
cd neo-modules/
dotnet restore
dotnet build -v detailed

- name: Test neo-modules
run: |
Expand Down

0 comments on commit ed94415

Please sign in to comment.