We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e070c commit e392b54Copy full SHA for e392b54
pr-checks/checks/scaling-reserved-ram.yml
@@ -0,0 +1,24 @@
1
+name: "Multi-language repository"
2
+description: "An end-to-end integration test of a multi-language repository with the scaling_reserved_ram feature flag enabled"
3
+operatingSystems: ["ubuntu", "macos"]
4
+env:
5
+ CODEQL_ACTION_SCALING_RESERVED_RAM: true
6
+steps:
7
+ - uses: ./../action/init
8
+ id: init
9
+ with:
10
+ db-location: "${{ runner.temp }}/customDbLocation"
11
+ tools: ${{ steps.prepare-test.outputs.tools-url }}
12
+
13
+ - uses: ./../action/.github/actions/setup-swift
14
15
+ codeql-path: ${{ steps.init.outputs.codeql-path }}
16
17
+ - name: Build code
18
+ shell: bash
19
+ run: ./build.sh
20
21
+ - uses: ./../action/analyze
22
+ id: analysis
23
24
+ upload-database: false
0 commit comments