From 26d2e37c322f640baf7e17bdc9567785afca29ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Coppens?= Date: Wed, 7 Sep 2022 13:37:17 +0200 Subject: [PATCH] Changed names of GH action scripts Changed VFC checkout action version from 2 to 3 --- .github/workflows/compile.yml | 4 ++-- .github/workflows/random_generator_compile.yml | 2 +- .github/workflows/vfc_test_workflow.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index af250e9..21f3b84 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -1,6 +1,6 @@ # This is a basic workflow to test compilation -name: CI +name: "Sherman-Morrison Build CI" # Controls when the action will run. on: @@ -28,7 +28,7 @@ jobs: submodules: recursive # Runs a single command using the runners shell - - name: Test compilation + - name: Build and test run: | sudo apt install libhdf5-dev flang-7 clang-7 emacs autoconf source smvars.sh llvm diff --git a/.github/workflows/random_generator_compile.yml b/.github/workflows/random_generator_compile.yml index 1bc6b2b..52ccdfb 100644 --- a/.github/workflows/random_generator_compile.yml +++ b/.github/workflows/random_generator_compile.yml @@ -1,4 +1,4 @@ -name: Compiles +name: "Random Generator Build CI" on: push: diff --git a/.github/workflows/vfc_test_workflow.yml b/.github/workflows/vfc_test_workflow.yml index f377797..f06cf03 100644 --- a/.github/workflows/vfc_test_workflow.yml +++ b/.github/workflows/vfc_test_workflow.yml @@ -1,7 +1,7 @@ # This workflow will be executed when dev is updated: # it will run the configured tests and upload the results on vfc_ci_dev. -name: "Verificarlo CI (dev)" +name: "Verificarlo CI" on: # Triggers the workflow when dev is updated @@ -17,7 +17,7 @@ jobs: container: verificarlo/verificarlo steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0