Skip to content

Merge master (v2.5.5) into develop #2264

Merge master (v2.5.5) into develop

Merge master (v2.5.5) into develop #2264

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Run Tests
on: [push, pull_request]
jobs:
call_run_tests:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
build_script: npm run build-ci
compilation_check_for_test_site:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
test_script: cd test-site && npm i && npm run build
node_matrix: '["16.x"]'