Skip to content

Commit

Permalink
Merge pull request #103 from junkboy0315/test
Browse files Browse the repository at this point in the history
Run test for every PR
  • Loading branch information
tam315 authored Apr 14, 2023
2 parents a8d9018 + 6c4d243 commit a4519dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: MyActions
name: Run Tests

on: [push]
on:
pull_request:
branches:
- 'master'
workflow_dispatch:

jobs:
unit-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -35,7 +38,6 @@ jobs:
visual-regression-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

Expand Down

1 comment on commit a4519dd

@vercel
Copy link

@vercel vercel bot commented on a4519dd Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.