Skip to content

Commit ae58a89

Browse files
committed
do not run SYNC tests on github actions
1 parent f239241 commit ae58a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- run: npm install
19-
- run: npm run test && SYNC=true npm run test
19+
- run: npm run test #&& SYNC=true npm run test

0 commit comments

Comments
 (0)