Skip to content

Commit

Permalink
download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Feb 12, 2025
1 parent 43f081e commit 84f5968
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: build-artifacts-${{ matrix.build_target }}
path: build-ci/

- name: Run functional tests
run: ./ci/dash/test_integrationtests.sh --extended --exclude feature_pruning,feature_dbcrash

Expand Down

0 comments on commit 84f5968

Please sign in to comment.