Skip to content

Added UI Tests

Added UI Tests #1

Workflow file for this run

name: UI Tests
on: [push, pull_request]
jobs:
ui_test:
name: UI Tests
runs-on: ubuntu-latest
strategy:
matrix:
ps-version:
- '8.0.5'
- '8.1.3'
- 'nightly'
env:
PS_VERSION: ${{ matrix.ps-version }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: Start containers
run: docker-compose -f "docker-compose.yml" up -d --build
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install