Skip to content

chore: action test script #1

chore: action test script

chore: action test script #1

Workflow file for this run

name: backend-tests
on:
push:
branches: [main, development, services]
pull_request:
branches: [main, development]
workflow_dispatch:
jobs:
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run tests
run: ./test.sh