Skip to content

Merge branch 'fix/2871/spinning-up-the-ds-locally-on-port-3000-hangs'… #70

Merge branch 'fix/2871/spinning-up-the-ds-locally-on-port-3000-hangs'…

Merge branch 'fix/2871/spinning-up-the-ds-locally-on-port-3000-hangs'… #70

name: Run macro and script tests
on: [push]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
RUNNING_IN_CI: true
jobs:
run-macro-and-script-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- name: Install dependencies
run: yarn install
- name: Run macro and script tests
run: yarn test