Updated the test

This commit is contained in:
Tonye Jack 2023-06-22 19:43:58 -06:00
parent df7d06f39c
commit b0c1b49869

View File

@ -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