File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed
Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 4040 ]
4141 os : [ubuntu-24.04, macos-14]
4242 exclude :
43- - os : ubuntu-24.04
44- suite : " \\ [Etna Subnet SOV\\ ]"
4543 - os : macos-14
4644 suite : " \\ [Node create\\ ]"
4745 - os : macos-14
5048 suite : " \\ [Docker\\ ]"
5149 - os : macos-14
5250 suite : " \\ [Public Subnet non SOV\\ ]"
53- - os : ubuntu-24.04
54- suite : " \\ [Etna AddRemove Validator SOV PoA\\ ]"
55- - os : ubuntu-24.04
56- suite : " \\ [Etna AddRemove Validator SOV PoS\\ ]"
57- - os : ubuntu-24.04
58- suite : " \\ [Etna Add Validator SOV Local\\ ]"
5951 steps :
6052 - name : Checkout repository
6153 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -65,10 +65,9 @@ ACK_GINKGO_RC=true ~/go/bin/ginkgo build $extra_build_args ./tests/e2e
6565
6666if [ " ${COVERAGE_MODE:- } " == true ]
6767then
68- export GOCOVERDIR=$( PWD) /coverage/e2e
68+ export GOCOVERDIR=$( PWD) /coverage/e2e
6969 echo ' Coverage mode enabled - re-creating coverage dir $GOCOVERDIR'
7070 echo ' It requires the CLI binary to be built by build.sh with COVERAGE_MODE=true too'
71- rm -rf ${GOCOVERDIR}
7271 mkdir -p ${GOCOVERDIR}
7372fi
7473
You can’t perform that action at this time.
0 commit comments