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