Skip to content

feat: moving unit testing over to vitest #411

feat: moving unit testing over to vitest

feat: moving unit testing over to vitest #411

name: Integrations (Node)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: docker-compose run integration_node
- name: Cleanup
if: always()
run: docker-compose down