Skip to content

paul-bartlett wants to merge feature/EDB-2660 into master #43

paul-bartlett wants to merge feature/EDB-2660 into master

paul-bartlett wants to merge feature/EDB-2660 into master #43

name: Test Pull Request
run-name: ${{ github.actor }} wants to merge ${{ github.head_ref }} into ${{ github.base_ref }}
on:
pull_request:
branches: [ master, develop ]
jobs:
test_pr:
runs-on: macos-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:run