Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Apr 4, 2024
2 parents 05e8b39 + b503e9d commit 4c2ca1e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Run tests

on:
push:
branches:
- master
pull_request:
branches:
- master

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- uses: actions/[email protected]
with:
node-version: 10
cache: 'npm'

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm test

0 comments on commit 4c2ca1e

Please sign in to comment.