start working on tests

This commit is contained in:
Michael Francis 2024-09-11 14:59:14 +01:00
parent 1a7dfa7acd
commit d5252cceda
2 changed files with 12 additions and 1 deletions

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"