Skip to content

Update date of next SoCraTes Germany (#187) #79

Update date of next SoCraTes Germany (#187)

Update date of next SoCraTes Germany (#187) #79

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