Skip to content

Commit

Permalink
chore: BuildでCIがコケるのを修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
Karibash committed Nov 6, 2024
1 parent 210c2b2 commit a33980a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/setup-workspace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile --prefer-offline

- name: Copy .wrangler.toml
shell: bash
run: |
cp ./apps/slack/.wrangler.example.toml ./apps/slack/.wrangler.toml
cp ./apps/web/.wrangler.example.toml ./apps/web/.wrangler.toml
cp ./packages/database/.wrangler.example.toml ./packages/database/.wrangler.toml

0 comments on commit a33980a

Please sign in to comment.