Skip to content

Commit

Permalink
Polish snapshots workflow to exclude struct type
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Feb 8, 2024
1 parent 2f84579 commit e2f7c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2f7c05

Please sign in to comment.