Skip to content

Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 #469

Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0

Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 #469

Workflow file for this run

name: automated-tests
on:
push:
branches: master
pull_request:
branches: master
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unit Tests
run: |
npm i
npm run-script test