Skip to content

SK-1422: Card branch choice in README file (#476) #24

SK-1422: Card branch choice in README file (#476)

SK-1422: Card branch choice in README file (#476) #24

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
ci-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.17.6
- name: install modules
run: npm ci
- name: Run tests
run: npm run test
- name: Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_REPO_UPLOAD_TOKEN }}
files: coverage/lcov.info
name: codecov-skyflow-js
verbose: true