Skip to content

chore: remove backend tests action #6

chore: remove backend tests action

chore: remove backend tests action #6

Workflow file for this run

name: 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: echo ${{ secrets.SUDO }} | sudo -S ./test.sh -c