Skip to content

Commit

Permalink
Merge branch 'main' into tst/static
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Aug 8, 2024
2 parents 85d5dbb + 1761fe7 commit a0da9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
name: Build UI
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install reproschema requests_cache pre-commit
- name: Test with pyshacl
- name: Validate with reproschema
run: |
reproschema -l DEBUG validate activities
reproschema -l DEBUG validate DemoProtocol/DemoProtocol_schema
Expand Down

0 comments on commit a0da9d5

Please sign in to comment.