Skip to content

Commit 7121fbe

Browse files
khamilowiczclaude
andcommitted
Pass force-compile: true to test workflow to match original pre-steps mix compile --force
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dba0614 commit 7121fbe

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414

1515
test:
1616
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
17+
with:
18+
force-compile: true

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
test:
1717
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
18+
with:
19+
force-compile: true
1820

1921
hex_publish:
2022
needs: [build_test, lint, test]

0 commit comments

Comments
 (0)