Skip to content

Try to inject the PR number into the base path #35

Try to inject the PR number into the base path

Try to inject the PR number into the base path #35

Workflow file for this run

name: Run tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm run test