Skip to content

Commit

Permalink
Install docker for macos in the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonicbytes committed Dec 5, 2023
1 parent 7297b96 commit f931367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tauri_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
version: 8

# We need this to get docker on macOS
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12

- name: install frontend dependencies
run: cd ./generator/ && pnpm install --no-frozen-lockfile && pnpm build && cd .. && cd ./clients/typescript/ && pnpm install --no-frozen-lockfile && pnpm build && cd ../../ && cd ./examples/tauri-postgres/ && pnpm install --no-frozen-lockfile && pnpm backend:up && sleep 5 && pnpm db:migrate && sleep 5 && pnpm run client:generate && sleep 5 && bash patch.sh && pnpm install --no-frozen-lockfile # change this to npm or pnpm depending on which one you use
- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit f931367

Please sign in to comment.