Skip to content

Commit

Permalink
ci: update for new Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Dec 19, 2024
1 parent dd28782 commit 4ff3943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/checkout@v4
- name: Test
run: |
make test-setup
make test
env:
ENVTEST_K8S_VERSION: ${{ matrix.k8s_version }}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Additionally, you'll need to install the following tooling:
To execute unit tests, use these commands:

```bash
make test-setup # only need to run once
make test
```

Expand Down

0 comments on commit 4ff3943

Please sign in to comment.