Skip to content

Commit

Permalink
fix: ci script not found
Browse files Browse the repository at this point in the history
Signed-off-by: Zilin Fang <[email protected]>
  • Loading branch information
Barber0 authored Feb 22, 2024
1 parent b7cfec9 commit 70b2929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jsonrpc-test-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node $1
EOF
cat > test_scripts/run.sh << EOF
cat > ci_scripts/run.sh << EOF
docker run --name testenv -v $(pwd)/ci_scripts:/ci_scripts -i simonalphafang/artela-jsonrpc-testenv:0.0.1 /bin/bash -c /ci_scripts/init_env.sh $1
EOF
chmod +x -R ci_scripts/
Expand Down

0 comments on commit 70b2929

Please sign in to comment.