Skip to content

Commit

Permalink
ci(integration): add a step to archive core proposal artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Aug 20, 2024
1 parent 8981d86 commit e902bd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ jobs:
- name: build proposals tests
run: yarn build
working-directory: a3p-integration
- name: Archive core proposals
uses: actions/upload-artifact@v4
with:
name: core-proposals
path: a3p-integration/**/submission
- name: run proposals tests
run: yarn test
working-directory: a3p-integration
Expand Down

0 comments on commit e902bd2

Please sign in to comment.