Skip to content

[python] - add 3.13 - manifest, dockerfile, readme (#1221) #682

[python] - add 3.13 - manifest, dockerfile, readme (#1221)

[python] - add 3.13 - manifest, dockerfile, readme (#1221) #682

name: Smoke test "base-alpine" build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
paths:
- src/base-alpine/**
- .github/workflows/smoke-base-alpine.yaml
- .github/actions/**
- build/**
jobs:
smoke-test:
name: Smoke test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
- name: Smoke test
id: smoke_test
uses: ./.github/actions/smoke-test
with:
image: base-alpine