Skip to content

Add variables to configure WebSocket host and protocol #56

Add variables to configure WebSocket host and protocol

Add variables to configure WebSocket host and protocol #56

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Test Purescript
run: npm run test:purs
- name: Test Components
run: npm run test:unit