Skip to content

github: actions: Add CI tests for push #1

github: actions: Add CI tests for push

github: actions: Add CI tests for push #1

name: Python Container Debug
on:
- push
jobs:
python3-debug:
runs-on: ubuntu-latest
name: Build Dockerfile Debug
steps:
- uses: actions/checkout@v3
- name: Python3 Console
shell: pwsh
run: |
scripts/createFromTemplate.ps1 `
$env:GITHUB_WORKSPACE/python3Console `
python3ConsoleCITest `
python3-console-ci-test `
$env:GITHUB_WORKSPACE `
python3Console `
false `
false
cd $env:GITHUB_WORKSPACE/python3ConsoleCITest
./.vscode/tasks.ps1 run build-container-torizon-debug-amd64