From 6a214dc161f2f60fd6be93161562a80c4b38f3c5 Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Tue, 17 Sep 2024 18:59:51 -0400 Subject: [PATCH] PR: Use the setup in data format action too This will ensure we get the caching speed ups in change detector too now. --- .github/workflows/check-data-format-changes.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/check-data-format-changes.yml b/.github/workflows/check-data-format-changes.yml index b9b2406c89..fa2318204c 100644 --- a/.github/workflows/check-data-format-changes.yml +++ b/.github/workflows/check-data-format-changes.yml @@ -34,17 +34,8 @@ jobs: - name: Checkout code into the directory uses: actions/checkout@v4 - - name: Setup Go environment explicitly - uses: actions/setup-go@v5 - with: - go-version-file: 'go.mod' - check-latest: true - cache: false - - - name: Build dependencies - run: | - make deps:modules - make deps:test + - name: Setup defradb + uses: ./.github/composites/setup-defradb - name: Run data format change detection tests run: make test:changes