Skip to content
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

Add AMReX Apps to CI #3348

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Conversation

WeiqunZhang
Copy link
Member

Castro and WarpX are added in this commit. We can add more in the future.

This provides more coverage. The issues in #3342 could have been avoided.

Castro and WarpX are added in this commit. We can add more in the future.
@WeiqunZhang WeiqunZhang requested review from ax3l and zingale June 6, 2023 04:50
@zingale
Copy link
Member

zingale commented Jun 6, 2023

this looks good to me

@WeiqunZhang WeiqunZhang merged commit 58ab3dd into AMReX-Codes:development Jun 6, 2023
@WeiqunZhang WeiqunZhang deleted the ci_apps branch June 6, 2023 16:43
@ax3l ax3l added the test label Jun 13, 2023
Comment on lines +70 to +76
- name: Download App
run: |
tag=$(wget https://github.com/ECP-WarpX/WarpX/releases/latest 2>&1 | grep Location: | awk '{print $2}' | awk -F/ '{print $NF}')
wget -q https://github.com/ECP-WarpX/WarpX/archive/refs/tags/${tag}.tar.gz
tar xvfz ${tag}.tar.gz
rm ${tag}.tar.gz
ln -s WarpX-${tag} WarpX
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WeiqunZhang you can do this:

- uses: actions/checkout@v3
  repository: 'ECP-WarpX/WarpX'
  path: 'WarpX'

I'll send a PR :)

@ax3l ax3l mentioned this pull request Jun 13, 2023
5 tasks
WeiqunZhang added a commit that referenced this pull request Jun 14, 2023
## Summary

Based on API in `actions/checkout`:
https://github.com/actions/checkout

## Additional background

Follow-up to #3348

Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants