Skip to content

Commit

Permalink
Merge pull request #78 from OriginTrail/develop
Browse files Browse the repository at this point in the history
Testnet release 1.3.0
  • Loading branch information
NZT48 authored Apr 23, 2024
2 parents a4268f3 + a7ffaf7 commit d882569
Show file tree
Hide file tree
Showing 22 changed files with 361 additions and 257 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit d882569

Please sign in to comment.