Deepyaman Datta
02/24/2025, 3:47 PMDeepyaman Datta
02/24/2025, 3:48 PMdagster-iceberg
tests that use testcontainers
can work around it like:
act --env TESTCONTAINERS_HOST_OVERRIDE=`ipconfig getifaddr en0` -W .github/workflows/quality-check-dagster-iceberg.yml
Nok Lam Chan
02/24/2025, 4:55 PM• Local Task Runner - I love make. However, I also hate repeating myself. With, you can use the GitHub Actions defined in youract
to replace your.github/workflows/
!Makefile
I would still strive to keep this debuggable and have the same local setup & CI. (i.e. the CI is just refering to a
make install
) rather having pip install
everywhere.Nok Lam Chan
02/24/2025, 4:56 PMDeepyaman Datta
02/24/2025, 4:56 PM