Skip to content

Commit

Permalink
entypoint bats tests added
Browse files Browse the repository at this point in the history
  • Loading branch information
pfichtner authored Feb 5, 2025
1 parent 5352c0b commit 8cbb02e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,19 @@ jobs:

runs-on: ubuntu-latest

name: Install Bats and bats libs
steps:
- uses: actions/checkout@v4
- name: Setup Bats and bats libs
id: setup-bats
uses: bats-core/[email protected]
- name: entrypoint tests
shell: bash
env:
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
TERM: xterm
run: bats tests/virtualavr-device/

- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 8cbb02e

Please sign in to comment.