Skip to content

Commit 489993e

Browse files
authored
Merge pull request #27 from ReproNim/fix/workflow
Update workflow to add different name
2 parents ff9b3a2 + cfa234b commit 489993e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: Build UI
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the master branch
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
python -m pip install --upgrade pip setuptools
5555
pip install reproschema requests_cache pre-commit
56-
- name: Test with pyshacl
56+
- name: Validate with reproschema
5757
run: |
5858
reproschema -l DEBUG validate activities
5959
reproschema -l DEBUG validate DemoProtocol/DemoProtocol_schema

0 commit comments

Comments
 (0)