Skip to content
Snippets Groups Projects
Commit 3bb39c98 authored by Christian Bager Bach Houmann's avatar Christian Bager Bach Houmann
Browse files

run test on CI

parent 9754314e
Loading
......@@ -20,6 +20,9 @@ jobs:
run: |
npm ci
npm run build --if-present
- name: Run tests
run: |
npm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment