We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e8a91 commit a1b7faeCopy full SHA for a1b7fae
.github/workflows/ci.yml
@@ -2,9 +2,7 @@ name: CI Pipeline
2
3
on:
4
push:
5
- branches: [ main ]
6
- pull_request:
7
+ branches: [main]
8
9
jobs:
10
build-and-test:
@@ -30,7 +28,7 @@ jobs:
30
28
- name: Build and run containers
31
29
run: docker-compose up --build -d
32
env:
33
- OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
34
35
- name: Wait for services to be ready
36
run: sleep 10
docker-compose.yml
@@ -17,4 +17,3 @@ services:
17
depends_on:
18
- backend
19
restart: unless-stopped
20
-
0 commit comments