From cfa234b9fc1826fb72d1c285979d26b5a7115064 Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Wed, 7 Aug 2024 21:54:46 -0400 Subject: [PATCH] Update build_deploy.yml --- .github/workflows/build_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 20b5dcb..f13b056 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -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 @@ -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