Skip to content

SK-1657: Fix vulnerabilities (#169) #3

SK-1657: Fix vulnerabilities (#169)

SK-1657: Fix vulnerabilities (#169) #3

Workflow file for this run

name: CI
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 install
- name: Run tests
env:
SA_WITHOUT_CONTEXT: ${{ secrets.SA_WITHOUT_CONTEXT }}
SIGNED_TOKEN_SA: ${{ secrets.SIGNED_TOKEN_SA }}
run: npm run test
- name: Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_REPO_UPLOAD_TOKEN }}
files: coverage/lcov.info
name: codecov-skyflow-node
verbose: true