Skip to content

add Wroclaw, PL (#191) #83

add Wroclaw, PL (#191)

add Wroclaw, PL (#191) #83

Workflow file for this run

name: Test
on: push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci --no-audit
- name: Test
run: npm test