File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070
7171 - name : Copy libmcljava.so to /usr/local/lib
7272 run : |
73-
73+ echo "ld librry path: $LD_LIBRARY_PATH"
7474 sudo cp $HOME/work/java-crypto/java-crypto/mcl/ffi/java/build/libmcljava.so /usr/local/lib/
7575
7676 - name : Install Nix
8484
8585 - name : Set LD_LIBRARY_PATH
8686 run : echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/.nix-profile/lib" >> $GITHUB_ENV
87+
8788
8889 - name : Use Java Version 22
8990 uses : actions/setup-java@v2
9798
9899 - name : Test
99100 run : gradle test && gradle jacocoTestReport
100- continue-on-error : true
101101
102- - name : Show test report if tests fail
103- run : cat build/reports/tests/test/classes/org.arkecosystem.crypto.transactions.builder.ValidatorRegistrationBuilderTest.html
104-
105102 - name : Codecov
106103 run : bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments