Skip to content

Commit

Permalink
try fixing tutorial runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Aug 17, 2023
1 parent 9752d71 commit 0e92653
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ jobs:
mina-graphql-port: 8080
max-attempts: 60
polling-interval-ms: 10000
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Run tutorial
Expand Down

0 comments on commit 0e92653

Please sign in to comment.