diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dfe21c6b..ebe7545f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,4 +84,13 @@ jobs: test_persistence: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2.4.0 + - uses: technote-space/get-diff-action@v5 + with: + PATTERNS: | + **/**.go + go.mod + go.sum + - run: make install - run: test/persist/test_failure_indices.sh + # if: "env.GIT_DIFF != ''"