From 2527c3ce0d2c09cd42bcd33cc38d4cf10ff4ae03 Mon Sep 17 00:00:00 2001 From: ignacioct Date: Mon, 29 Apr 2024 13:00:20 +0200 Subject: [PATCH] curl to api docs --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index efbdb88..1274307 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -22,7 +22,7 @@ jobs: - name: Curl run: curl http://argilla:6900/api/docs - + # - name: Checkout Code 🛎 # uses: actions/checkout@v3 # - name: Setup Conda Env 🐍