This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Set Debt Swap Adapter as Flash Borrower on Relevant Networks #1418
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
concurrency: | |
group: ${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main | |
secrets: inherit | |
with: | |
mode: "CHANGED" |