From 8f22a96fd91ec0a05b3cdd4eb0e1b71a6c13d7b7 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Jun 2024 16:18:53 -0700 Subject: [PATCH] more tests --- .github/workflows/test-compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-compat.yml b/.github/workflows/test-compat.yml index 9c075d8f2d39..c89447db89d2 100644 --- a/.github/workflows/test-compat.yml +++ b/.github/workflows/test-compat.yml @@ -34,7 +34,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} steps: - name: Log changed files - run: ${{ github.event.pull_request.paths }} + run: echo "${{ github.event.pull_request }}" && echo "${{ contains(github.event.pull_request.paths, 'libs/**') }}" && echo "${{ contains(github.event.pull_request.paths, 'libs/langchain-cohere') }}" # - uses: actions/checkout@v4 # - name: Use Node.js ${{ env.NODE_VERSION }} # uses: actions/setup-node@v3