Skip to content

Commit

Permalink
CI: WarpX on development (AMReX-Codes#4110)
Browse files Browse the repository at this point in the history
Avoid that breaking changes slip in between weekly updates and AMReX
release tagging.
  • Loading branch information
ax3l authored Aug 28, 2024
1 parent df0d594 commit 7c2ef81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get Latest Release Tag
run: |
WARPX_TAG=$(wget https://github.com/ECP-WarpX/WarpX/releases/latest 2>&1 | grep Location: | awk '{print $2}' | awk -F/ '{print $NF}')
echo "WARPX_TAG=$WARPX_TAG" >> $GITHUB_ENV
- name: Download WarpX
uses: actions/checkout@v4
with:
repository: 'ECP-WarpX/WarpX'
ref: ${{env.WARPX_TAG}}
ref: development
path: 'WarpX'
- name: Dependencies
run: |
Expand Down

0 comments on commit 7c2ef81

Please sign in to comment.