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 fef22f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .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
- name: Build Docker image
run: docker buildx bake ${{matrix.image}}

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

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

0 comments on commit fef22f2

Please sign in to comment.