We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbefb7 commit 98662e1Copy full SHA for 98662e1
1 file changed
.github/workflows/devcontainer.yml
@@ -29,9 +29,6 @@ jobs:
29
- name: Build DevContainer image
30
uses: devcontainers/ci@v0.3
31
with:
32
- imageName: ghcr.io/${{ github.repository }}/devcontainer
33
- cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
34
- push: false
35
runCmd: |
36
echo "Installing test dependencies..."
37
pip install -e .[development,docs,casts]
@@ -42,9 +39,6 @@ jobs:
42
39
echo "Running unit tests..."
43
40
python -m pytest tests
44
41
45
- echo "Running feature tests..."
46
- python -m behave features
47
-
48
echo "Building documentation..."
49
make -C doc html
50
make -C doc/landing-page html
0 commit comments