Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 authored Dec 30, 2024
1 parent e43d549 commit fe4fe03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
steps:
- 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 fe4fe03

Please sign in to comment.