Skip to content

Commit

Permalink
Merge pull request #76 from ecmwf-ifs/nabr-update-actions
Browse files Browse the repository at this point in the history
Update Github actions versions to remove node.js warnings
  • Loading branch information
reuterbal authored Mar 22, 2024
2 parents 1577e2d + 33dac54 commit 1c8db6c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Installs required packages
- name: Package installation
Expand Down Expand Up @@ -174,11 +174,3 @@ jobs:
run: |
source env.sh
ctest -O ctest.log --output-on-failure -E "${{ matrix.ctest_exclude_pattern }}"
# Upload test output
- name: Archive CTest output
uses: actions/upload-artifact@v3
if: ${{ !contains(matrix.build_flags, '--single-precision') }}
with:
name: ctest-log
path: build/ctest.log

0 comments on commit 1c8db6c

Please sign in to comment.