Skip to content

Update close_inactive_issues.yml #59

Update close_inactive_issues.yml

Update close_inactive_issues.yml #59

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.8
uses: actions/setup-node@v1
with:
node-version: 12.8
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: |
export DISPLAY=:99.0
xvfb-run --auto-servernum npm test -- --configuration=ci