Skip to content

Commit

Permalink
Create test-pull-request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
just1and0 committed Feb 18, 2024
1 parent faa68fc commit 7e18a5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request:
types: [opened]

name: Test new pull request
jobs:
release:
name: Unit test
runs-on: ubuntu-latest
steps:
- name: Install npm package
with:
EXECUTE_COMMANDS: |
yarn install
yarn test

0 comments on commit 7e18a5d

Please sign in to comment.