Skip to content

Commit

Permalink
fix attempt tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yash25198 authored Nov 23, 2024
1 parent b3b0c0a commit 0b46431
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install dependencies
run: |
Expand All @@ -34,8 +36,5 @@ jobs:
- name: Install dependencies
run: yarn

- name: Update git sub modules
run: git submodule update

- name: Run tests
run: yarn test

0 comments on commit 0b46431

Please sign in to comment.