From e2f7c05f64e9b7f4e770613eecf855e616182de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20J=C4=99drzejczyk?= Date: Thu, 8 Feb 2024 14:48:06 +0100 Subject: [PATCH] Polish snapshots workflow to exclude struct type --- .github/workflows/snapshots.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 908ca89411..6fb31c238b 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -22,7 +22,8 @@ jobs: arguments: "check -x :reactor-core:test -x spotlessCheck -x :reactor-core:jcstress --no-daemon -DuseSnapshotMicrometerVersion=true" exclude: - branch: 3.5.x - test-type: core-fast-java21 + test-type: + type: core-fast-java21 name: Test on ${{ matrix.branch }} - ${{ matrix.test-type.type }} tests steps: - name: Checkout Repository