Skip to content

Commit 801105e

Browse files
committed
EpicChain Core - EpicChain Lab's
1 parent 69c1048 commit 801105e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
find ./bin -name 'config.json' | xargs perl -pi -e 's|LevelDBStore|MemoryStore|g'
4747
4848
- name: Run tests with expect
49-
run: expect ./scripts/EpicChain.CLI/test-neo-cli.exp
49+
run: expect ./scripts/EpicChain.CLI/test-epicchain-cli.exp
5050

5151
Test:
5252
needs: [Format]

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
uses: actions/cache@v4
276276
with:
277277
path: ${{ env.OUTPUT_PATH }}/osx-${{ matrix.arch }}/*
278-
key: neo-osx-${{ matrix.arch }}
278+
key: epicchain-osx-${{ matrix.arch }}
279279
enableCrossOsArchive: true
280280
fail-on-cache-miss: true
281281

0 commit comments

Comments
 (0)