Skip to content

Commit

Permalink
submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed Jan 1, 2025
1 parent 6bc2e5f commit 0255ce8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@ name: Tests

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
tests:
runs-on: ubuntu-latest

steps:
- name : Checkout repo
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: true

- name: Set up Node
uses: actions/setup-node@v3

- name: Install dependencies
run: npm install

- run: npm run test
- run: npm run test

0 comments on commit 0255ce8

Please sign in to comment.