File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 33# This file is part of Invenio.
44# Copyright (C) 2016-2024 CERN.
55# Copyright (C) 2022-2024 Graz University of Technology.
6+ # Copyright (C) 2024 KTH Royal Institute of Technology.
67#
78# Invenio is free software; you can redistribute it and/or modify
89# it under the terms of the MIT License; see LICENSE file for more details.
2930 default : ' Manual trigger'
3031
3132jobs :
32- Tests :
33- uses : inveniosoftware/workflows/.github/workflows/tests-python.yml@master
33+ Python :
34+ uses : inveniosoftware/workflows/.github/workflows/tests-python.yml@master
35+ with :
36+ extras : " tests"
37+ JS :
38+ uses : inveniosoftware/workflows/.github/workflows/tests-js.yml@master
39+ with :
40+ translations-working-directory : ./invenio_communities/assets/semantic-ui/translations/invenio_communities/
You can’t perform that action at this time.
0 commit comments