From 312fa2ce1d37d8af579c75a6aab8189c63109b57 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 15 Dec 2022 12:44:32 +0100 Subject: [PATCH] devel pipe --- .github/workflows/cron.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 7b6849ee01..4f4edd679b 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -50,6 +50,9 @@ env: NODE_OPTIONS: "--max-old-space-size=5120" jobs: + + test-everything: + uses: ./.github/workflows/pull-request.yml npm-check-bundle: timeout-minutes: 10 runs-on: ubuntu-22.04 @@ -58,9 +61,4 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - # - uses: ./.github/actions/download-build-artifacts - uses: ./.github/actions/npm-check-bundle - # - name: Check npm bundle - # run: | - # export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version) - # ./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION} \ No newline at end of file