diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 452f9a001..bbb3afab5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,6 +3,7 @@ # This file is part of Invenio. # Copyright (C) 2016-2024 CERN. # Copyright (C) 2022-2024 Graz University of Technology. +# Copyright (C) 2024 KTH Royal Institute of Technology. # # Invenio is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. @@ -29,5 +30,11 @@ on: default: 'Manual trigger' jobs: - Tests: - uses: inveniosoftware/workflows/.github/workflows/tests-python.yml@master + Python: + uses: inveniosoftware/workflows/.github/workflows/tests-python.yml@master + with: + extras: "tests" + JS: + uses: inveniosoftware/workflows/.github/workflows/tests-js.yml@master + with: + translations-working-directory: ./invenio_communities/assets/semantic-ui/translations/invenio_communities/