mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +01:00
Fix CI
This commit is contained in:
parent
1b8a5ade87
commit
2306b4baf2
20
.github/workflows/test-build.yml
vendored
20
.github/workflows/test-build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
name: Standard
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install emacs autoconf libhdf5-dev
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-report-ubuntu
|
||||
path: test-suite.log
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
name: Debug
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install emacs autoconf libhdf5-dev
|
||||
@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-report-ubuntu-debug
|
||||
path: _build_debug/test-suite.log
|
||||
@ -114,7 +114,7 @@ jobs:
|
||||
name: HPC
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install emacs autoconf libhdf5-dev
|
||||
@ -142,18 +142,18 @@ jobs:
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-report-ubuntu-debug
|
||||
path: _build_hpc/test-suite.log
|
||||
|
||||
macos:
|
||||
|
||||
runs-on: macos-12
|
||||
name: x86 MacOS 12
|
||||
runs-on: macos-14
|
||||
name: x86 MacOS 14
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@ -187,7 +187,7 @@ jobs:
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-report-macos-x86
|
||||
path: _build_hpc/test-suite.log
|
||||
|
Loading…
Reference in New Issue
Block a user