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