Skip to content

Commit 5bdfebe

Browse files
committed
add gcs to ci workflow
1 parent 109da23 commit 5bdfebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/copy-to-s3/mzcompose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def workflow_ci(c: Composition, _parser: WorkflowArgumentParser) -> None:
265265
"""
266266
Workflows to run during CI
267267
"""
268-
for name in ["auth", "http"]:
268+
for name in ["auth", "http", "gcs"]:
269269
with c.test_case(name):
270270
c.workflow(name)
271271

0 commit comments

Comments
 (0)