Skip to content

Merge pull request #951 from mat3e/patch-1 #6

Merge pull request #951 from mat3e/patch-1

Merge pull request #951 from mat3e/patch-1 #6

# 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: Test automerge feature
on:
push:
paths:
- ".github/actions/automerger/**"
pull_request:
paths:
- ".github/actions/automerger/**"
jobs:
automerge_run_tests:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm ci
working-directory: .github/actions/automerger
- run: npm test
working-directory: .github/actions/automerger