Skip to content

Commit

Permalink
Actually install & test in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Feb 3, 2022
1 parent b2fe72f commit aae8411
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
@@ -1,4 +1,4 @@
name: Converted Workflow
name: Columnify Unit Tests
'on':
push:
branches:
Expand All @@ -22,4 +22,8 @@ jobs:
with:
node-version: '${{ matrix.node-version }}'
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm test

0 comments on commit aae8411

Please sign in to comment.