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 cbBTC as collateral to USDT market on Mainnet #922

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: final fix to workflow
  • Loading branch information
MishaShWoof committed Sep 13, 2024
commit 8d233c0bf21db536771eb7c29556294ffef2f189
2 changes: 1 addition & 1 deletion .github/workflows/run-scenarios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/upload-artifact@v4 # upload scenario results
if: success() || failure() # run this step even if previous step failed
with:
name: scenario-results
name: scenario-results-${{ matrix.bases }}
path: scenario-results.json

- uses: dorny/test-reporter@v1
Expand Down