Skip to content

Commit

Permalink
WIP: launch docker-compose as soon as possible
Browse files Browse the repository at this point in the history
  Downloading and starting cozy-stack-dev takes time so better start
  early and run the other setup steps during this time.
  • Loading branch information
taratatach committed Jul 15, 2024
1 parent a9b23d7 commit c4f8ff9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
~/.cache/electron
~/.cache/electron-builder
key: ${{ runner.os }}-v${{ env.NODE_VERSION }}-${{ env.cache-name }}-${{ hashFiles('yarn.lock') }}
- name: Setup Docker
uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: Setup cozy-stack
run: docker-compose up &
- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -85,10 +89,6 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Setup python
run: pip install setuptools
- name: Setup Docker
uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: Setup cozy-stack
run: docker-compose up &
#- name: Setup CouchDB
# id: setup-couchdb
# uses: ./.github/actions/setup-couchdb
Expand Down

0 comments on commit c4f8ff9

Please sign in to comment.