Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 5, 2024
1 parent 5774f20 commit 8255fde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: API Tests


on:
push:
paths:
Expand All @@ -20,6 +21,16 @@ jobs:
name: API Integration Tests
runs-on: ubuntu-22.04

services:
database:
image: postgres:13
ports:
- 5432:5432
env:
POSTGRES_USER: blue-carbon-cost
POSTGRES_PASSWORD: blue-carbon-cost
POSTGRES_DB: blc

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8255fde

Please sign in to comment.