diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e1cca0..3a697b7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,6 +8,9 @@ on: jobs: run-pofff-local: + permissions: + contents: read + pull-requests: write timeout-minutes: 30 runs-on: ubuntu-latest diff --git a/tests/test_5_fair.py b/tests/test_5_fair.py index 76af6ee..4ea87d6 100644 --- a/tests/test_5_fair.py +++ b/tests/test_5_fair.py @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2025-2026 NORCE Research AS # SPDX-License-Identifier: GPL-3.0 -"""Generate figures in the main paper in the Appendix""" +"""Test FAIR data generation mode for benchmark visualization outputs.""" import subprocess