Skip to content

Commit

Permalink
test: add tests for mc
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed May 30, 2024
1 parent 6b5527e commit fd7f521
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- dev-tools
- php
- mailpit
- mc
- su-exec
- vip-cli
- wp-cli
Expand Down
8 changes: 8 additions & 0 deletions features/test/mc/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# shellcheck source=/dev/null
source dev-container-features-test-lib

check "mc exists" which mc

reportResults

0 comments on commit fd7f521

Please sign in to comment.