Skip to content

Commit

Permalink
[TASK] Add testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Jul 7, 2024
1 parent 3ff8fb8 commit 4c5f5d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
-
name: Setup yq
uses: mikefarah/yq@master
name: Install yq
run: |
sudo apt-get update
sudo apt-get install yq
-
name: Setup BATS
uses: mig4/setup-bats@v1
Expand Down

0 comments on commit 4c5f5d1

Please sign in to comment.