Skip to content

Commit

Permalink
feat: add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualroot committed Jul 27, 2023
1 parent 0d5c9e7 commit f3b7196
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Docker Image
run: docker buildx bake ${{matrix.image}}
- name: Build Docker image
run: docker buildx bake ${{ matrix.image }}

- name: Install bats
run: npm install [email protected]

- name: Test Docker image
run: bats test/${{ matrix.image }}.bats

0 comments on commit f3b7196

Please sign in to comment.