Skip to content

Commit

Permalink
windows 2?
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Nov 16, 2023
1 parent 399ae42 commit e62a5dd
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,8 @@ jobs:
NODE_ENV: "production"
working-directory: packages/miniflare

- name: Find Miniflare
if: matrix.os == 'windows-2022'
id: "find-miniflare"
run: echo "dir=$(ls $HOME/miniflare-*.tgz)" >> $Env:GITHUB_OUTPUT;

- name: Find Miniflare
if: matrix.os != 'windows-2022'
id: "find-miniflare"
run: echo "dir=$(ls $HOME/miniflare-*.tgz)" >> $GITHUB_OUTPUT;

- name: Modify wrangler package.json miniflare dependency
run: cat <<< $(jq --tab ".dependencies.miniflare = \"file:$MINIFLARE_VERSION\"" packages/wrangler/package.json) > packages/wrangler/package.json
env:
MINIFLARE_VERSION: ${{ steps.find-miniflare.outputs.dir }}
shell: bash
run: pnpm add $(ls $HOME/miniflare-*.tgz)

This comment has been minimized.

Copy link
@1000hz

1000hz Nov 16, 2023

Contributor

should this be in working-directory: packages/wrangler?


- name: Pack Wrangler
run: pnpm pack --pack-destination $HOME
Expand Down

0 comments on commit e62a5dd

Please sign in to comment.