Skip to content

Commit

Permalink
add tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jun 9, 2024
1 parent 85e1749 commit 935253d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Run docker scripts tests CI"

on:
push:
pull_request:
types: [opened, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run OntoPortal API
run: test/run_tests.sh

0 comments on commit 935253d

Please sign in to comment.