Skip to content

Commit de3dc9a

Browse files
committed
syntax for flag and lets try the --test flag and see what happens
1 parent 3e7f83b commit de3dc9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
4040
# conda build
4141
mkdir -p /app/fre-nctools-tarball
42-
conda build . --build --no-anaconda-upload --package-format tar.bz2 --output-folder /app/fre-nctools-tarball || echo "conda build failed, guarding. artifact upload will fail instead."
42+
conda build . --build-only --no-anaconda-upload --package-format tar.bz2 --output-folder /app/fre-nctools-tarball || echo "conda build failed, guarding. artifact upload will fail instead."
43+
conda build --test $(ls /app/fre-nctools-tarball/noarch/fre-nctools-*.tar.bz2)
4344
4445
# # highly desired...
4546
# - name: Upload test-suite.log

0 commit comments

Comments
 (0)