Skip to content

Commit a7311af

Browse files
committed
attempted fix, to unit tests still running
1 parent 56631b2 commit a7311af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@ jobs:
5050
id: filter
5151
run: |
5252
if grep -vE '^(server/|cypress/|cypress\.config\.ts|README\.md|\.github/workflows/ci-build\.yml|renovate\.json|LICENSE|\.prettierrc|\.github/workflows/release-build\.yml|\.github/PULL_REQUEST_TEMPLATE\.md|public/robots\.txt)' changed.txt | grep .; then
53+
echo "only_docs=true" >> $GITHUB_OUTPUT
54+
echo "changes"
55+
else
5356
echo "only_docs=false" >> $GITHUB_OUTPUT
5457
echo "no change"
55-
else
56-
echo "only_docs=true" >> $GITHUB_OUTPUT
57-
echo "change"
5858
fi
59-
grep -vE '^(server/|cypress/|cypress\.config\.ts|README\.md|\.github/workflows/ci-build\.yml|renovate\.json|LICENSE|\.prettierrc|\.github/workflows/release-build\.yml|\.github/PULL_REQUEST_TEMPLATE\.md|public/robots\.txt)' changed.txt | grep .
6059
6160
6261
lint-and-unit-test:

0 commit comments

Comments
 (0)