Skip to content

Commit

Permalink
Merge the steps to prepare the images
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Feb 1, 2024
1 parent 9e363f1 commit 64035af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@ jobs:
printf "Client-e2e .env:\n"
cat ./.env
- name: Setup docker images
run: docker compose -f docker-compose.yml -f docker-compose.e2e.yml --profile e2e build

- name: Set up containers
run: |
docker compose -f docker-compose.yml -f docker-compose.e2e.yml --profile e2e build
docker compose run --rm client npm i
docker compose run --rm client ./scripts/setup.sh
docker-compose -f docker-compose.yml -f docker-compose.e2e.yml --profile e2e run --rm client-e2e npm i
docker compose -f docker-compose.yml -f docker-compose.e2e.yml --profile e2e run --rm client-e2e npm i
- name: Start up devserver
run: |
Expand Down

0 comments on commit 64035af

Please sign in to comment.