Skip to content

feat: ✨ add GitHub Actions workflow for automated testing #1

feat: ✨ add GitHub Actions workflow for automated testing

feat: ✨ add GitHub Actions workflow for automated testing #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: npm test