Skip to content

build: move dockerfile back to root #31

build: move dockerfile back to root

build: move dockerfile back to root #31

Workflow file for this run

name: Test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Install packages
run: npm install
- name: Run tests
run: npm test
- uses: ./.github/actions/build