Skip to content

Commit a0da9d5

Browse files
authored
Merge branch 'main' into tst/static
2 parents 85d5dbb + 1761fe7 commit a0da9d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
# This workflow contains a single job called "build"
1616
build:
17+
name: Build UI
1718
# The type of runner that the job will run on
1819
runs-on: ubuntu-latest
1920

@@ -53,7 +54,7 @@ jobs:
5354
run: |
5455
python -m pip install --upgrade pip setuptools
5556
pip install reproschema requests_cache pre-commit
56-
- name: Test with pyshacl
57+
- name: Validate with reproschema
5758
run: |
5859
reproschema -l DEBUG validate activities
5960
reproschema -l DEBUG validate DemoProtocol/DemoProtocol_schema

0 commit comments

Comments
 (0)