Skip to content

Adrienne / Added environment variables for analytics initialisation #614

Adrienne / Added environment variables for analytics initialisation

Adrienne / Added environment variables for analytics initialisation #614

Workflow file for this run

name: DSmartTrader Test
on:
pull_request:
branches:
- master
jobs:
build_and_test:
name: Build and Test
environment: Development
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Node
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e
with:
node-version: 18.x
- name: Install dependencies
uses: "./.github/actions/npm_install"
- name: Build
uses: "./.github/actions/build"
with:
target: production
RUDDERSTACK_KEY: ${{ vars.RUDDERSTACK_KEY }}
GROWTHBOOK_CLIENT_KEY: ${{ vars.GROWTHBOOK_CLIENT_KEY }}
- name: "Run Tests"
run: npm run test