Skip to content

Commit 6ee9eeb

Browse files
committed
Github actions exclude does not accept arrays
1 parent fdcd75d commit 6ee9eeb

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,19 @@ jobs:
5858
os: [ubuntu-20.04, windows-2019]
5959
exclude:
6060
- python-version: py37
61-
package:
62-
- "getting-started"
61+
package: "getting-started"
6362
- python-version: pypy3
64-
package:
65-
- "getting-started"
66-
- "opencensus-shim"
67-
- "exporter-opencensus"
68-
- "exporter-otlp-proto-common"
69-
- "exporter-otlp-combined"
70-
- "exporter-otlp-proto-grpc"
63+
package: "getting-started"
64+
- python-version: pypy3
65+
package: "opencensus-shim"
66+
- python-version: pypy3
67+
package: "exporter-opencensus"
68+
- python-version: pypy3
69+
package: "exporter-otlp-proto-common"
70+
- python-version: pypy3
71+
package: "exporter-otlp-combined"
72+
- python-version: pypy3
73+
package: "exporter-otlp-proto-grpc"
7174

7275
steps:
7376
- name: Checkout Core Repo @ SHA - ${{ github.sha }}

0 commit comments

Comments
 (0)