Skip to content

fix: set base path for canary static app #16

fix: set base path for canary static app

fix: set base path for canary static app #16

Workflow file for this run

name: Integration Testing on Code Change
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test