WIP: start working on tests #1

Draft
edude03 wants to merge 20 commits from feature/add-tests into main
2 changed files with 12 additions and 1 deletions
Showing only changes of commit d5252cceda - Show all commits

11
.github/workflows/tests.yaml vendored Normal file
View File

@ -0,0 +1,11 @@
name: Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@ -4,5 +4,5 @@ metadata:
name: my-neon-database name: my-neon-database
spec: spec:
compute_image_ref: "melenion/compute-node-v15" compute_image_ref: "melenion/compute-node-v15"
neon_image_ref: "neondatabase/neon" neon_image_ref: "neondatabase/neon:release-6210"
postgres_version: "15" postgres_version: "15"