-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #925 from bquan0/newer-hdf5
- Loading branch information
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Test against newer hdf5 on PR merge | ||
|
||
on: | ||
# allows us to run workflows manually | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- develop | ||
- newer-hdf5 | ||
paths-ignore: | ||
- '.github/workflows/docker_publish.yml' | ||
- '.github/workflows/linux_build_test.yml' | ||
- '.github/workflows/mac_build_test.yml' | ||
- '.github/workflows/windows_build_test.yml' | ||
- '.github/workflows/housekeeping.yml' | ||
- '.github/workflows/changelog_test.yml' | ||
- 'CI/**' | ||
- 'doc/**' | ||
jobs: | ||
build-dependency-and-test-img: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: use upstream test composite action | ||
uses: ./.github/actions/upstream-test | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
hdf5_version: 1.14.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters