Skip to content

fixup! Sort imported elements lists #274

fixup! Sort imported elements lists

fixup! Sort imported elements lists #274

Workflow file for this run

name: branch
on:
push:
jobs:
build:
runs-on: ubuntu-latest
env: { CODE_VERSION: 'stable', DISPLAY: ':99.0' }
steps:
- uses: actions/checkout@v4
- name: Set up npm
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up GHC environment
run: stack setup
- run: npm install
- name: Run npm test
uses: coactions/setup-xvfb@v1
with:
run: npm test
- name: Add GHC extension output (on failure)
if: failure()
run: find .vscode-test/udd/logs -name *GHC* -exec cat {} \;