8000 Fix some typo in the github action for generating TGV data by mathrack · Pull Request #334 · xcompact3d/Incompact3d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix some typo in the github action for generating TGV data #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/generate_reference_test_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
ctest --test-dir build
- name: Store new reference output
run: |
cp -v build/RunTests/RunTests/TGV-Taylor-Green-vortex/time_evol.dat tests/TGV-Taylor-Green-Vortex/reference_time_evol.dat
cp -v build/RunTests/RunTests/TGV-Taylor-Green-vortex/time_evol.dat tests/TGV-Taylor-Green-vortex/reference_time_evol.dat
- name: Create new Pull Request updating the reference output
uses: peter-evans/create-pull-request@v4
with:
title: Update reference output TGV data
commit-message: Update reference TGV data and metadata
add-paths: |
tests/TGV-Taylor-Green-Vortex/reference_time_evol.dat
tests/TGV-Taylor-Green-Vortex/metadata.txt
tests/TGV-Taylor-Green-vortex/reference_time_evol.dat
tests/TGV-Taylor-Green-vortex/metadata.txt
Loading
0