We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6425e6d commit d12af66Copy full SHA for d12af66
.github/workflows/test-simulators.yaml
@@ -17,7 +17,7 @@ jobs:
17
id: check
18
run: |
19
git fetch origin ${{ github.base_ref }}
20
- if git diff --quiet origin/${{ github.base_ref }} -- packages/common packages/powersync-op-sqlite; then
+ if git diff --quiet origin/${{ github.base_ref }} -- packages/common packages/powersync-op-sqlite tools/powersynctests; then
21
echo "should_run=false" >> $GITHUB_OUTPUT
22
else
23
echo "should_run=true" >> $GITHUB_OUTPUT
0 commit comments