Skip to content

Merge pull request #648 from Shopify/andyw8/open-vsx #1957

Merge pull request #648 from Shopify/andyw8/open-vsx

Merge pull request #648 from Shopify/andyw8/open-vsx #1957

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
uses: actions/setup-node@v4
with:
node-version: "20.16.0"
cache: "yarn"
- name: 📦 Install dependencies
run: yarn --frozen-lockfile
- run: yarn run lint
- run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: yarn run test
env:
DISPLAY: ":99.0"