Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

feat: Show QR code for share in information and creation modal #819

feat: Show QR code for share in information and creation modal

feat: Show QR code for share in information and creation modal #819

name: Backend system tests
on:
pull_request:
branches:
- main
push:
tags:
- "v*"
jobs:
system-tests:
runs-on: ubuntu-latest
container: node:18
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
working-directory: ./backend
run: npm install
- name: Run Server and Test with Newman
working-directory: ./backend
run: npm run test:system