Skip to content

[DPE-2721] Allow network access for pg_dump, pg_dumpall and pg_restore #49

[DPE-2721] Allow network access for pg_dump, pg_dumpall and pg_restore

[DPE-2721] Allow network access for pg_dump, pg_dumpall and pg_restore #49

Workflow file for this run

on:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
build:
name: Build Snap
uses: ./.github/workflows/build.yaml
smoke:
name: Smoke Tests
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: snap-artifact
- name: Install tox
run: python3 -m pip install tox
- name: Smoke Tests
run: tox -e smoke