Skip to content

Dynamic cron expression created for data pull for all storage types #244

Dynamic cron expression created for data pull for all storage types

Dynamic cron expression created for data pull for all storage types #244

Workflow file for this run

name: Continuous Integration
on:
pull_request:
types:
- opened
branches:
- dev
- staging
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Node LTS versions
uses: msimerson/[email protected]
- run: npm install --force
- name: Run test scripts
run: npm test --ci --coverage
- name: Coverage
run: npm run test:cov
coverage:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v1
- uses: artiomtr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
threshold: 50