Skip to content

Commit

Permalink
trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Aug 30, 2024
1 parent cdd0165 commit 3bb479d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ocm-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
{
platform: ocmstub,
version: "1.0"
}
},
]

# The OS to run tests on, (I believe for OCM testing OS is really not that important).
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
{
platform: nextcloud,
version: v27.1.10
# },
},
# {
# platform: nextcloud,
# version: v28.0.7
Expand All @@ -93,7 +93,7 @@ jobs:
# {
# platform: seafile,
# version: 11.0.5
}
# },
]
receiver: [
# {
Expand All @@ -115,7 +115,7 @@ jobs:
{
platform: ocmstub,
version: "1.0"
}
},
]
exclude:
# seafile doesn't support receiving ocm shares to other platforms yet! exclude tests.
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
# {
# platform: owncloud,
# version: v10.14.0
# }
# },
]
receiver: [
# {
Expand All @@ -228,7 +228,7 @@ jobs:
# {
# platform: owncloud,
# version: v10.14.0
# }
# },
]

# The OS to run tests on, (I believe for OCM testing OS is really not that important).
Expand Down

0 comments on commit 3bb479d

Please sign in to comment.