Skip to content

Commit 219e34f

Browse files
committed
Fixed error in workflow
1 parent cb95a27 commit 219e34f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/webviz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# verify that each lock is as recent as possible and check that each lock file is
115115
# correctly generated
116116
scripts/poetry-regenerate-lock-files.sh
117-
git diff --exit-code ./frontend/src/api || exit 1
117+
git diff --exit-code || exit 1
118118
119119
# Check that lock files are consistent with pyproject.toml
120120
poetry check --lock

0 commit comments

Comments
 (0)