diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 33a771d..d9e7df2 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -12,16 +12,16 @@ jobs: - uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v3 - with: - python-version: 3.9 - architecture: x64 + uses: actions/setup-python@v3 + with: + python-version: 3.9 + architecture: x64 - name: Install owlready2 - run: pip3 install git+https://github.com/csse-uoft/owlready2.git + run: pip3 install git+https://github.com/csse-uoft/owlready2.git - name: Test ontologies - run: python -m src.main + run: python tests/test.py deploy: runs-on: ubuntu-latest @@ -33,4 +33,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./ontologies \ No newline at end of file + publish_dir: ./ontologies