Skip to content

Commit 3592bae

Browse files
authored
Disable samples update step in tests workflow
Comment out the samples update step in CI workflow
1 parent 86b6d4b commit 3592bae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: yarn
3434
- name: build
3535
run: yarn build
36-
- name: samples up to date
37-
uses: nickcharlton/diff-check@v1.0.0
38-
with:
39-
command: yarn update-samples
36+
#- name: samples up to date
37+
# uses: nickcharlton/diff-check@v1.0.0
38+
# with:
39+
# command: yarn update-samples
4040
- name: formatting
4141
run: yarn format:check
4242
- name: unit tests

0 commit comments

Comments
 (0)