From cf8472f2fca02b4981e1fcdfdee9e19c3d6f12cf Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sun, 24 Mar 2024 18:00:41 +0100 Subject: [PATCH] changes job name --- .gitea/workflows/run_act.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/run_act.yaml b/.gitea/workflows/run_act.yaml index c1db52b..4b49e22 100644 --- a/.gitea/workflows/run_act.yaml +++ b/.gitea/workflows/run_act.yaml @@ -2,7 +2,7 @@ name: Run architectural test suite on backends on: push jobs: build_and_test_job: - name: Build ISS and Setup TGC-COMPLIANCE + name: Build ISS, Setup TGC-COMPLIANCE, Run tests on backends runs-on: ubuntu-latest container: image: git.minres.com/tooling/riscof_sail:latest