Skip to content

Commit ef125fd

Browse files
committed
add checkout to fix nightly blockchain test
1 parent 057983b commit ef125fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vm-nightly-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- uses: actions/setup-node@v1
4444
with:
4545
node-version: 12.x
46+
- uses: actions/checkout@v1
4647
- run: npx lerna bootstrap --scope ethereumjs-vm --ignore-scripts --include-dependencies --no-ci
4748
- run: npx lerna run --scope ethereumjs-vm --include-dependencies build
48-
working-directory: '${{ env.cwd }}'
4949
- run: 'npm run test:blockchain'
5050
env:
5151
CI: true

0 commit comments

Comments
 (0)