Skip to content

Commit

Permalink
revert test workflow as original
Browse files Browse the repository at this point in the history
  • Loading branch information
kasabe28 authored and guvenc committed Aug 30, 2024
1 parent 652cbe5 commit b9d818a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Pull Request Code test

on:
push:
branches:
- fix-network-controller
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion controllers/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ var _ = Describe("Network Controller", Label("network"), Ordered, func() {
State: metalnetv1alpha1.NetworkPeeringStateReady,
}))))

By("reconciling networks again")
By("reconciling networks again to see if status is not overwritten")
Expect(networkReconcile(ctx, *network)).To(Succeed())
Expect(networkReconcile(ctx, *network2)).To(Succeed())

Expand Down

0 comments on commit b9d818a

Please sign in to comment.