diff --git a/.github/workflows/test-tutorials.yml b/.github/workflows/test-tutorials.yml index dacf4ab8f..407014faa 100644 --- a/.github/workflows/test-tutorials.yml +++ b/.github/workflows/test-tutorials.yml @@ -58,4 +58,3 @@ jobs: git config --global user.email "test@example.com" git config --global user.name "Test" npx ts-node scripts/tutorial-runner.ts docs/zkapps/tutorials/01-hello-world.md - shell: bash