Skip to content

ReadMe and Copy Script #12

ReadMe and Copy Script

ReadMe and Copy Script #12

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: "package.json"
- run: npm install
- run: npm run test
env:
API_KEY: ${{ secrets.API_KEY }}
API_URL: "https://test.dochorizon.klippa.com"
PROMPT_SLUG: ${{ secrets.PROMPT_SLUG }}
PROMPT_JOB: ${{ secrets.PROMPT_JOB }}
STORAGE_ID: ${{ secrets.STORAGE_ID }}
FINANCIAL_JOB: ${{ secrets.FINANCIAL_JOB }}
GENERIC_JOB: ${{ secrets.GENERIC_JOB }}