mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-13 07:45:07 +00:00
14 lines
245 B
YAML
14 lines
245 B
YAML
name: on-pr
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
unit-test:
|
|
runs-on: [Ubuntu-Latest]
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Install modules
|
|
run: npm install
|
|
|
|
- name: Run tests
|
|
run: npm run test |