mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
Fix compare_diff workflow
This commit is contained in:
parent
7a50ab89ef
commit
b6ac95be8f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
|
@ -82,13 +82,13 @@ jobs:
|
|||
env:
|
||||
# https://docs.cypress.io/guides/references/advanced-installation#Skipping-installation
|
||||
CYPRESS_INSTALL_BINARY: 0
|
||||
- run: corepack yarn build:js:typeless
|
||||
- run: corepack yarn build
|
||||
- name: Store output file
|
||||
run: tar cf /tmp/previousVersion.tar packages/@uppy/*/lib
|
||||
- name: Fetch source from the PR
|
||||
run: |
|
||||
git checkout FETCH_HEAD -- packages
|
||||
- run: corepack yarn build:js:typeless
|
||||
- run: corepack yarn build
|
||||
- name: Store output file
|
||||
run: tar cf /tmp/newVersion.tar packages/@uppy/*/lib
|
||||
- name: Setup git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue