Skip to content

Commit 26c7d31

Browse files
committed
apply fixes
1 parent be04522 commit 26c7d31

4 files changed

Lines changed: 1 addition & 421 deletions

File tree

.github/actions/setup-component/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ runs:
2525
key: ${{ runner.os }}-component-${{ inputs.directory }}-${{ env.BUN_VERSION }}-${{ hashFiles(format('{0}/bun.lock', inputs.directory), format('{0}/package.json', inputs.directory), 'bun.lock', 'package.json', 'bots/shared/bun.lock', 'bots/shared/package.json', 'shared/package.json', 'shared/ts/**') }}
2626

2727
- name: Install local dependency inputs
28-
if: inputs.directory != 'trading'
2928
shell: bash
3029
run: |
3130
bun install --frozen-lockfile

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
for result in PREPARE_RESULT TESTS_RESULT TEST_TIMINGS_RESULT CHECKS_RESULT KNIP_RESULT AUDIT_RESULT; do
364364
require_result "${CORE_SELECTED}" "${!result}" "${result}"
365365
done
366-
if [[ "${FORCED_FULL}" == "true" && ( "${DOCS_SELECTED}" != "true" || "${CORE_SELECTED}" != "true" || "${TRADING_SELECTED}" != "true" || "${BOT_SHARED_SELECTED}" != "true" || "${ARBITRAGER_SELECTED}" != "true" || "${LIQUIDATOR_SELECTED}" != "true" || "${AUGUR_SCAN_SELECTED}" != "true" || "${INFRA_SELECTED}" != "true" || "${PACKAGES_SELECTED}" != "true" || "${INTEGRATION_SELECTED}" != "true" ) ]]; then
366+
if [[ "${FORCED_FULL}" == "true" && ( "${DOCS_SELECTED}" != "true" || "${CORE_SELECTED}" != "true" || "${TRADING_SELECTED}" != "true" || "${BOT_SHARED_SELECTED}" != "true" || "${ARBITRAGER_SELECTED}" != "true" || "${LIQUIDATOR_SELECTED}" != "true" || "${AUGUR_SCAN_SELECTED}" != "true" || "${INFRA_SELECTED}" != "true" || "${PACKAGES_SELECTED}" != "true" ) ]]; then
367367
echo 'Forced full run did not select every ordinary route.'
368368
exit 1
369369
fi

moveToDotGithub/.github/actions/setup-component/action.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)