Skip to content

fixes #5 Cannot delete namespace permission from scabbard CLI #6

fixes #5 Cannot delete namespace permission from scabbard CLI

fixes #5 Cannot delete namespace permission from scabbard CLI #6

name: Test PSQL Migrations
on:
pull_request:
env:
CARGO_TERM_COLOR: always
concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
cancel-in-progress: true
jobs:
test_psql_migrations:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Display envvars
run: env
- name: Install Just
run: curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | sudo bash -s -- --to /usr/local/bin
- name: Test PSQL Migrations
run: just ci-test-migrations
- uses: actions/upload-artifact@v3
if: failure()
with:
name: pr-${{ github.event.number }}-test-psql-migrations.log
path: ./tests/migrations/test-psql-migrations.log