Skip to content

Kindlefy (Daily Tests) #824

Kindlefy (Daily Tests)

Kindlefy (Daily Tests) #824

Workflow file for this run

name: Kindlefy (Daily Tests)
on:
schedule:
- cron: '0 0 * * *'
jobs:
test:
runs-on: ubuntu-latest
name: Kindlefy Daily Tests
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Packages
run: npm install --force
- name: Run Kindlefy Integration and Unit tests
run: npm run test:ci