Skip to content

Commit f68c4f4

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] [Nova] Pass the smoke test scripts to Reusable Workflow (#6864)
Reviewed By: datumbox Differential Revision: D41020551 fbshipit-source-id: bf95542a5af800b7b8a965e717cf6d77b0b85647
1 parent 28347ab commit f68c4f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-conda-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
pre-script: ${{ matrix.pre-script }}
4040
post-script: ${{ matrix.post-script }}
4141
package-name: ${{ matrix.package-name }}
42+
smoke-test-script: ${{ matrix.smoke-test-script }}
4243
# Using "development" as trigger event so these binaries are not uploaded
4344
# to official channels yet
4445
trigger-event: development

.github/workflows/build-wheels-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
pre-script: ${{ matrix.pre-script }}
3838
post-script: ${{ matrix.post-script }}
3939
package-name: ${{ matrix.package-name }}
40+
smoke-test-script: ${{ matrix.smoke-test-script }}
4041
# Using "development" as trigger event so these binaries are not uploaded
4142
# to official channels yet
4243
trigger-event: development

0 commit comments

Comments
 (0)