Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
fix: CI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Oct 7, 2023
1 parent de87958 commit 83737f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "CI"
on:
pull_request:

on: pull_request

jobs:
build:
Expand Down Expand Up @@ -57,4 +57,5 @@ jobs:
cache-zk
typechain-types
- run: yarn test
- name: Run tests
run: yarn test

0 comments on commit 83737f4

Please sign in to comment.