Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Apr 26, 2023
1 parent 56a7e62 commit 5c2f1d2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: |
- name: Start dev environment
run: |
make .env dev-certs
docker buildx bake --load \
docker buildx bake \
--file docker-compose.yml \
--file docker-compose.override.yml \
--set *.cache-from=type=gha,scope=e2e \
--set *.cache-to=type=gha,scope=e2e,mode=max
--set *.cache-to=type=gha,scope=e2e,mode=max \
--load
docker-compose run --rm legacy make build
docker compose run --rm api libretime-api migrate
Expand Down

0 comments on commit 5c2f1d2

Please sign in to comment.