Skip to content

Commit

Permalink
fix event not found in unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
tylergu authored and KashunCheng committed Jun 20, 2023
1 parent 52a80ed commit 63eb6ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run all unittests
name: Regression Test
on: [push]
jobs:
unittest:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Acto: Automatic Correctness Testing for (Kubernetes) Operators
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Regression Test](https://github.com/xlab-uiuc/acto/actions/workflows/unittest.yaml/badge.svg)](https://github.com/xlab-uiuc/acto/actions/workflows/unittest.yaml)


## Overview
Expand Down

0 comments on commit 63eb6ad

Please sign in to comment.