Skip to content

Commit

Permalink
SPL Stake Pool extract yield to stake account. Upload test artifacts …
Browse files Browse the repository at this point in the history
…in CI
  • Loading branch information
dankelleher committed Jan 23, 2024
1 parent caa212d commit 00fae77
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,16 @@ jobs:
#yarn anchor test --skip-build packages/tests/src/functional/beams/core.test.ts
yarn test
- uses: actions/upload-artifact@v3
- name: upload program logs
uses: actions/upload-artifact@v3
if: always()
with:
name: program-logs
path: .anchor/program-logs/*
path: .anchor/program-logs/*

- name: upload test report
uses: actions/upload-artifact@v3
if: always()
with:
name: test-report
path: mochawesome-report/*

0 comments on commit 00fae77

Please sign in to comment.