Skip to content

add: tests for mysql #2332

add: tests for mysql

add: tests for mysql #2332

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 -race -tags=viper_bind_struct -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