From 8118325f0925ab0d40efe15bb14da9ebcf07b07c Mon Sep 17 00:00:00 2001 From: hjoaquim Date: Tue, 3 Oct 2023 18:59:59 +0100 Subject: [PATCH] pointing to platform --- .github/workflows/api-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-integration-test.yml b/.github/workflows/api-integration-test.yml index 313b65ea0605..de2a29469040 100644 --- a/.github/workflows/api-integration-test.yml +++ b/.github/workflows/api-integration-test.yml @@ -90,7 +90,7 @@ jobs: - name: Run Integration Tests run: | - pytest -m integration + pytest ${{ github.workspace }}/openbb_platform -m integration # - name: Upload summary to Slack # uses: adrey/slack-file-upload-action@master