Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 authored Oct 23, 2022
1 parent c410b08 commit a72373b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test_partial:
Expand Down Expand Up @@ -95,4 +100,4 @@ jobs:

# Run test
- name: Test
run: npm run test
run: npm run test

0 comments on commit a72373b

Please sign in to comment.