Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
8b4bb5f1
"git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "0df6c4c323ab9909a0e04039781bb04a3dd896cf"
Unverified
Commit
8b4bb5f1
authored
Oct 31, 2022
by
Omkar Salpekar
Committed by
GitHub
Oct 31, 2022
Browse files
[Nova] Pass the smoke test scripts to Reusable Workflow (#6864)
parent
a33b1fd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.github/workflows/build-conda-linux.yml
.github/workflows/build-conda-linux.yml
+1
-0
.github/workflows/build-wheels-linux.yml
.github/workflows/build-wheels-linux.yml
+1
-0
No files found.
.github/workflows/build-conda-linux.yml
View file @
8b4bb5f1
...
...
@@ -39,6 +39,7 @@ jobs:
pre-script
:
${{ matrix.pre-script }}
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
# Using "development" as trigger event so these binaries are not uploaded
# to official channels yet
trigger-event
:
development
...
...
.github/workflows/build-wheels-linux.yml
View file @
8b4bb5f1
...
...
@@ -37,6 +37,7 @@ jobs:
pre-script
:
${{ matrix.pre-script }}
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
# Using "development" as trigger event so these binaries are not uploaded
# to official channels yet
trigger-event
:
development
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment