update readme file #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
with: | |
submodules: "recursive" # Make sure submodules are fetched recursively | |
- name: Run OntoPortal Docker tests | |
run: test/run_tests.sh |