We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c1048 commit 801105eCopy full SHA for 801105e
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
find ./bin -name 'config.json' | xargs perl -pi -e 's|LevelDBStore|MemoryStore|g'
47
48
- name: Run tests with expect
49
- run: expect ./scripts/EpicChain.CLI/test-neo-cli.exp
+ run: expect ./scripts/EpicChain.CLI/test-epicchain-cli.exp
50
51
Test:
52
needs: [Format]
.github/workflows/release.yml
@@ -275,7 +275,7 @@ jobs:
275
uses: actions/cache@v4
276
with:
277
path: ${{ env.OUTPUT_PATH }}/osx-${{ matrix.arch }}/*
278
- key: neo-osx-${{ matrix.arch }}
+ key: epicchain-osx-${{ matrix.arch }}
279
enableCrossOsArchive: true
280
fail-on-cache-miss: true
281
0 commit comments