Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
change ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Feb 5, 2024
1 parent 03d5bab commit c6afd30
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.OS }}-npm-cache-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.OS }}-npm-cache-${{ hashFiles('./package-lock.json') }}
restore-keys: |
${{ runner.OS }}-npm-cache-
Expand Down
1 change: 0 additions & 1 deletion scripts/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cleanup() {
pkill -f ganache
cd $PWD/test-bor-docker
bash stop-docker.sh
bash clean.sh
cd ..
echo "Done"
}
Expand Down
1 change: 0 additions & 1 deletion test-bor-docker/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ CWD=$PWD

# pkill -f geth

chmod 777 $CWD/data
rm -rf $CWD/data

0 comments on commit c6afd30

Please sign in to comment.