Skip to content

Commit

Permalink
Add integration test for scaling_reserved_ram feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrolfe committed Jul 7, 2023
1 parent 28e070c commit e392b54
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pr-checks/checks/scaling-reserved-ram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Multi-language repository"
description: "An end-to-end integration test of a multi-language repository with the scaling_reserved_ram feature flag enabled"
operatingSystems: ["ubuntu", "macos"]
env:
CODEQL_ACTION_SCALING_RESERVED_RAM: true
steps:
- uses: ./../action/init
id: init
with:
db-location: "${{ runner.temp }}/customDbLocation"
tools: ${{ steps.prepare-test.outputs.tools-url }}

- uses: ./../action/.github/actions/setup-swift
with:
codeql-path: ${{ steps.init.outputs.codeql-path }}

- name: Build code
shell: bash
run: ./build.sh

- uses: ./../action/analyze
id: analysis
with:
upload-database: false

0 comments on commit e392b54

Please sign in to comment.