Skip to content

Commit

Permalink
fix: Test not working
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed Aug 31, 2024
1 parent 29548e8 commit 790a3dd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Set up Bats
uses: bats-core/[email protected]

- name: Build Docker image
uses: docker/build-push-action@v6
with:
Expand Down
1 change: 1 addition & 0 deletions test/bats
Submodule bats added at 190c7c
1 change: 1 addition & 0 deletions test/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ teardown_file() {
# Basic tests
# ============================================================================
@test "Do some tests" {
run echo "OK"
assert_success
}
1 change: 1 addition & 0 deletions test/test_helper/bats-assert
Submodule bats-assert added at e2d855
1 change: 1 addition & 0 deletions test/test_helper/bats-support
Submodule bats-support added at 9bf10e

0 comments on commit 790a3dd

Please sign in to comment.