Skip to content

[workflows] Replace deprecated command with environment file #2901

[workflows] Replace deprecated command with environment file

[workflows] Replace deprecated command with environment file #2901

Workflow file for this run

name: Check PR test
on:
pull_request:
jobs:
check-test:
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'PR/NO TEST') }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm install
- run: sudo apt install xvfb
- run: DISPLAY=:44 xvfb-run --server-num 44 npm test ci