Skip to content

add integration tests to BE #4

add integration tests to BE

add integration tests to BE #4

Workflow file for this run

name: Push
on:
push:
branches:
- flpath799
concurrency:
group: push
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
uses: ./.github/actions/test