Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Apr 15, 2024
1 parent f9d2692 commit 976925d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
with:
support-path: ${{ github.workspace }}/test/bats/lib/bats-support
assert-path: ${{ github.workspace }}/test/bats/lib/bats-assert
#support-install: true
#assert-install: true

- uses: actions/setup-go@v5
with:
Expand Down
1 change: 0 additions & 1 deletion scripts/bats/20_check.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ setup() {
bats_load_library bats-support
bats_load_library bats-assert

install_dependencies
reset_database
}

Expand Down
1 change: 0 additions & 1 deletion scripts/bats/30_provisioning.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ setup() {
bats_load_library bats-support
bats_load_library bats-assert

install_dependencies
reset_database
}

Expand Down
1 change: 0 additions & 1 deletion scripts/bats/40_cleanup.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ setup() {
bats_load_library bats-support
bats_load_library bats-assert

install_dependencies
reset_database
}

Expand Down

0 comments on commit 976925d

Please sign in to comment.