Skip to content

Commit 01b7b1c

Browse files
committed
Update build process for tests
1 parent c3a0217 commit 01b7b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
RELEASE_KEY: ${{ secrets.RELEASE_KEY }}
6161
RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }}
6262
APP_REPO_PATH: ${{ github.workspace }}/ee
63-
run: gulp build-app --local --nogit --head --skip-lint --skip-pro --version=${{ steps.build_json.outputs.BUILD_VERSION }}
63+
run: gulp build-app --local --nogit --head --skip-lint --skip-pro --skip-redactorx --version=${{ steps.build_json.outputs.BUILD_VERSION }}
6464

6565
- name: Rename build directory
6666
working-directory: ee/build-tools/builds

0 commit comments

Comments
 (0)