Skip to content

Commit

Permalink
bats is installed before make (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
predatorray authored Jul 15, 2022
1 parent a807e1a commit c05141e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.2.1
- name: Checkout
uses: actions/checkout@v3
- name: make
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![GitHub release version](https://img.shields.io/github/v/release/predatorray/kubectl-alias)
![License](https://img.shields.io/github/license/predatorray/kubectl-alias)
![Github Workflow status](https://img.shields.io/github/workflow/status/predatorray/kubectl-alias/ci)

The missing `alias` command for `kubectl`.

Expand Down

0 comments on commit c05141e

Please sign in to comment.