Skip to content

Commit d12af66

Browse files
run tests if tests changed
1 parent 6425e6d commit d12af66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: check
1818
run: |
1919
git fetch origin ${{ github.base_ref }}
20-
if git diff --quiet origin/${{ github.base_ref }} -- packages/common packages/powersync-op-sqlite; then
20+
if git diff --quiet origin/${{ github.base_ref }} -- packages/common packages/powersync-op-sqlite tools/powersynctests; then
2121
echo "should_run=false" >> $GITHUB_OUTPUT
2222
else
2323
echo "should_run=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)