Skip to content

Commit

Permalink
refactor: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Oct 21, 2023
1 parent 9357589 commit 7ffc459
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build and Test
on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test
run: npm run build && npm run test

0 comments on commit 7ffc459

Please sign in to comment.