Skip to content

test: finally fix e2e env #1068

test: finally fix e2e env

test: finally fix e2e env #1068

Workflow file for this run

name: Run unit tests
on: [pull_request, workflow_dispatch]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Svelte Kit Sync
run: npx svelte-kit sync
- name: Run tests
run: npm run test:unit