Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jzvikart committed Oct 29, 2023
1 parent 1039171 commit 6b3038c
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run integration tests 1
name: Run integration tests 3 for test chain (clp)
on:
push:
paths-ignore:
Expand Down Expand Up @@ -27,10 +27,4 @@ jobs:
source $HOME/.bash_profile
. test/integration/vagrantenv.sh
export LOG_LEVEL=DEBUG
bash test/integration/execute_integration_tests_against_test_chain_peg.sh
- name: Archive logs from test
uses: actions/upload-artifact@v2
if: always()
with:
name: testlogs1
path: test/integration
bash test/integration/execute_integration_tests_against_test_chain_clp.sh

0 comments on commit 6b3038c

Please sign in to comment.