From 7b0e98d0de5a4e94b6a3d24981d51fa7f01e98f8 Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Wed, 15 Dec 2021 16:35:32 +0100 Subject: [PATCH] setup --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 != ''"