Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
features:
- rye
- cypress
- starship
steps:
- uses: actions/checkout@v4

Expand All @@ -44,6 +45,7 @@ jobs:
- rye
- cypress
- playwright
- starship
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions src/starship/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "starship",
"version": "0.1.5",
"version": "0.1.6",
"name": "Starship",
"description": "The minimal, blazing-fast, and infinitely customizable prompt for any shell!",
"postCreateCommand": "echo 'eval \"$(starship init bash)\"' >> ~/.bashrc"
"dependsOn": {"ghcr.io/devcontainers/features/common-utils:2": {}}
}
3 changes: 1 addition & 2 deletions src/starship/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
#!/bin/env bash

apt-get install -y curl
curl -sS https://starship.rs/install.sh | sh -s -- -y
9 changes: 9 additions & 0 deletions test/starship/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

set -e

source dev-container-features-test-lib

check "binary in path" which starship

reportResults