From b0c1b49869bf379bcac897a213b221df6c4bfd26 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 22 Jun 2023 19:43:58 -0600 Subject: [PATCH] Updated the test --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb84324c..68628a79 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -511,15 +511,9 @@ jobs: test-rest-api: name: Test changed-files with REST API runs-on: ubuntu-latest - needs: build permissions: pull-requests: read steps: - - name: Download build assets - uses: actions/download-artifact@v3 - with: - name: build-assets - - name: Run changed-files with REST API id: changed-files uses: tj-actions/changed-files@feat/add-support-for-retrieving-changed-files-via-github-rest-api