Skip to content

Commit

Permalink
Add integration-tests.yml
Browse files Browse the repository at this point in the history
Smol start.
  • Loading branch information
mikaelfrykholm committed Oct 17, 2024
1 parent 8da1e74 commit c05ab33
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Integration tests with local docker compose
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Start the compose
run: ./start.sh
#TODO add stuff here
- name: Stop the compose
run: ./stop.sh

0 comments on commit c05ab33

Please sign in to comment.