Skip to content

Commit

Permalink
test: add test script for r-dependent-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed May 12, 2024
1 parent d41fc35 commit a994c24
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/r-dependent-packages/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

set -e

# Optional: Import test library bundled with the devcontainer CLI
source dev-container-features-test-lib

# Feature-specific tests

# Report result
reportResults

0 comments on commit a994c24

Please sign in to comment.