Skip to content

Commit

Permalink
add run tests to postCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Jan 26, 2025
1 parent 5dac6a0 commit f385234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"mounts": ["source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"],
"postCreateCommand": "sudo chown vscode .pixi && pixi install"
"postCreateCommand": "sudo chown vscode .pixi && pixi install && pixi run tests"
}

0 comments on commit f385234

Please sign in to comment.