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 ab9aa50
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 0 deletions.
98 changes: 98 additions & 0 deletions .github/workflows/__scaling-reserved-ram.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: "Scaling reserved RAM"
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 ab9aa50

Please sign in to comment.