Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 12, 2025
1 parent d718cb6 commit c20b0b5
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,27 @@ name: Reports Workflow

jobs:
reports-setup:
name: Reports
name: Check Reports
runs-on: ubuntu-latest
outputs:
rust-nightly: nightly-2025-01-01

strategy:
matrix:
task:
- report-workflow
- uniswap_profile-workflow
- sablier
- adhoc-sol-files-workflow
- nft-workflow
- ccip-functions-report
- hardhat-playground-report
- prb-math-report
- report-json
- adhoc-sol-files-highs-only-json
- sarif-report
- empty-report

steps:
- name: Install Foundry Toolchain
uses: foundry-rs/foundry-toolchain@v1.2.0
Expand Down Expand Up @@ -44,22 +61,6 @@ jobs:
pnpm install --prefix tests/2024-05-Sablier/v2-core
pnpm install --prefix tests/prb-math/
strategy:
matrix:
task:
- report-workflow
- uniswap_profile-workflow
- sablier
- adhoc-sol-files-workflow
- nft-workflow
- ccip-functions-report
- hardhat-playground-report
- prb-math-report
- report-json
- adhoc-sol-files-highs-only-json
- sarif-report
- empty-report
steps:
- name: Checkout Sources
uses: actions/checkout@v4

Expand Down

0 comments on commit c20b0b5

Please sign in to comment.