Skip to content

Commit

Permalink
chore: action test script
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 5, 2024
1 parent cc99330 commit 00f7098
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit 00f7098

Please sign in to comment.