From 9a456a338136b1ec7225338aeded43a0de1f6fef Mon Sep 17 00:00:00 2001 From: Sam Arbid Date: Tue, 6 Aug 2024 10:36:03 +0200 Subject: [PATCH] CI: Switch To Centralised Workflows --- .github/workflows/tests.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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/