Skip to content

[DPE-2666] Move to pbm built from source #45

[DPE-2666] Move to pbm built from source

[DPE-2666] Move to pbm built from source #45

Workflow file for this run

name: Smoke
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yaml
smoke:
runs-on: ubuntu-latest
needs: build
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install tox
run: python3 -m pip install tox
- uses: actions/download-artifact@v3
with:
name: snap-artifact
- name: Smoke Tests
run: tox run -e smoke