From f521b9fa3a165172169a6f3427d27d3ab955fca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?= Date: Tue, 8 Oct 2024 14:58:17 +0200 Subject: [PATCH] Test CI --- .github/workflows/run_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 28431a56..86d16bb2 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -23,7 +23,7 @@ jobs: bash sources/bin/get_community_tools.sh test - name: Create interactive table and wordcloud run: | - bash sources/bin/format_tools.sh + bash sources/bin/format_tools test-tutorials: runs-on: ubuntu-20.04 steps: @@ -41,4 +41,4 @@ jobs: PLAUSIBLE_API_KEY: ${{ secrets.PLAUSIBLE_API_TOKEN }} - name: Tutorial filtering run: | - bash sources/bin/get_community_tutorials.sh test \ No newline at end of file + bash sources/bin/get_community_tutorials.sh test