Skip to content

Commit 98662e1

Browse files
committed
Remove feature tests in devcontainer test
1 parent 3cbefb7 commit 98662e1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/devcontainer.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Build DevContainer image
3030
uses: devcontainers/ci@v0.3
3131
with:
32-
imageName: ghcr.io/${{ github.repository }}/devcontainer
33-
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
34-
push: false
3532
runCmd: |
3633
echo "Installing test dependencies..."
3734
pip install -e .[development,docs,casts]
@@ -42,9 +39,6 @@ jobs:
4239
echo "Running unit tests..."
4340
python -m pytest tests
4441
45-
echo "Running feature tests..."
46-
python -m behave features
47-
4842
echo "Building documentation..."
4943
make -C doc html
5044
make -C doc/landing-page html

0 commit comments

Comments
 (0)