Changed names of GH action scripts

Changed VFC checkout action version from 2 to 3
This commit is contained in:
François Coppens 2022-09-07 13:37:17 +02:00 committed by Francois Coppens
parent f1f6f20f5c
commit 26d2e37c32
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# This is a basic workflow to test compilation # This is a basic workflow to test compilation
name: CI name: "Sherman-Morrison Build CI"
# Controls when the action will run. # Controls when the action will run.
on: on:
@ -28,7 +28,7 @@ jobs:
submodules: recursive submodules: recursive
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Test compilation - name: Build and test
run: | run: |
sudo apt install libhdf5-dev flang-7 clang-7 emacs autoconf sudo apt install libhdf5-dev flang-7 clang-7 emacs autoconf
source smvars.sh llvm source smvars.sh llvm

View File

@ -1,4 +1,4 @@
name: Compiles name: "Random Generator Build CI"
on: on:
push: push:

View File

@ -1,7 +1,7 @@
# This workflow will be executed when dev is updated: # This workflow will be executed when dev is updated:
# it will run the configured tests and upload the results on vfc_ci_dev. # it will run the configured tests and upload the results on vfc_ci_dev.
name: "Verificarlo CI (dev)" name: "Verificarlo CI"
on: on:
# Triggers the workflow when dev is updated # Triggers the workflow when dev is updated
@ -17,7 +17,7 @@ jobs:
container: verificarlo/verificarlo container: verificarlo/verificarlo
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0