Skip to content

Commit

Permalink
Test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-shostak committed Aug 29, 2024
1 parent f1bcb06 commit 2856394
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
language: [ 'javascript' ]
branch: [ 'codeql', 'codeql-test' ]
branch: [ 'codeql' ]

steps:
- name: Checkout repository
Expand All @@ -35,12 +35,10 @@ jobs:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml

# TODO: Possibly required to follow all call paths, however, when enabled, the step below runs out of memory.
# Possible workarounds: Apply for access to the GitHub beta where we can use beefier machines, or run it ourselves on Buildkite
- name: setup node
uses: actions/setup-node@v4
with:
node-version: '20.15.1'
node-version-file: '.nvmrc'
- name: yarn kbn bootstrap
run: |
yarn kbn bootstrap --no-validate --no-vscode
Expand Down

0 comments on commit 2856394

Please sign in to comment.