Skip to content

Commit

Permalink
run tutorial 02 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Aug 17, 2023
1 parent 69fc72a commit 85533b5
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 100 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,17 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Test"
npx ts-node scripts/tutorial-runner.ts docs/zkapps/tutorials/01-hello-world.mdx
private-inputs-and-hash-functions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
# In case of version change, update README.md accordingly
node-version: 16
- run: |
npm ci
git config --global user.email "[email protected]"
git config --global user.name "Test"
npx ts-node scripts/tutorial-runner.ts docs/zkapps/tutorials/02-private-inputs-hash-functions.mdx
Loading

0 comments on commit 85533b5

Please sign in to comment.