fix: Run foundry tests on PR branch (not main)

This commit is contained in:
TAMARA LIPOWSKI
2025-04-03 11:26:06 +02:00
parent 25cafa31e7
commit 43f1a07017

View File

@@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive
- name: Install Foundry