Skip to content

feat: autogenerate config if it doesn't already exist at the path #1856

feat: autogenerate config if it doesn't already exist at the path

feat: autogenerate config if it doesn't already exist at the path #1856

Workflow file for this run

name: Node on Linux
on: [pull_request]
jobs:
node_linux:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build Keploy binary
run: |
go build -o keployv2
- name: Checkout samples-typescript repository
uses: actions/checkout@v2
with:
repository: keploy/samples-typescript
path: samples-typescript
- name: Run the express-mongoose app
run: |
cd samples-typescript/express-mongoose
source ./../../.github/workflows/test_workflow_scripts/node-linux.sh