Skip to content

Merge branch 'main' into 2835/bug/ons-grid__col-sticky-css-functional… #224

Merge branch 'main' into 2835/bug/ons-grid__col-sticky-css-functional…

Merge branch 'main' into 2835/bug/ons-grid__col-sticky-css-functional… #224

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@v4
- 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