Skip to content

Commit

Permalink
misc: change docker compose run command in CI (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol authored Aug 5, 2024
1 parent e894fca commit 938170a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Build API local image
run: |
docker build -t getlago/api:ci ./api
- name: Generate API RSA Key
run: |
echo "LAGO_RSA_PRIVATE_KEY=\"`openssl genrsa 2048 | base64`\"" >> .env
- name: Launch API
run: docker-compose -f ./ci/docker-compose.ci.yml --env-file ./.env up -d api
run: docker compose -f ./ci/docker-compose.ci.yml --env-file ./.env up -d api

- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 938170a

Please sign in to comment.