mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
Add pull request check
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
on:
|
||||||
|
[pull_request]
|
||||||
|
|
||||||
|
name: Check
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
name: Run Unit Tests
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v1.0.0
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
npm ci
|
||||||
|
npm test
|
||||||
Reference in New Issue
Block a user