Skip to content

Commit

Permalink
Merge pull request #27 from ReproNim/fix/workflow
Browse files Browse the repository at this point in the history
Update workflow to add different name
  • Loading branch information
satra authored Aug 8, 2024
2 parents ff9b3a2 + cfa234b commit 489993e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Build UI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
Expand Down Expand Up @@ -53,7 +53,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 489993e

Please sign in to comment.