Skip to content

Commit a61e3cb

Browse files
committed
Add integration test
1 parent d5f0374 commit a61e3cb

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

.github/workflows/__bundle-from-nightly.yml

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Bundle: From nightly"
2+
description: "The nightly CodeQL bundle should be used when forced"
3+
versions:
4+
- linked # overruled by the FF set below
5+
steps:
6+
- id: setup-codeql
7+
uses: ./../action/setup-codeql
8+
env:
9+
CODEQL_ACTION_FORCE_NIGHTLY: true
10+
with:
11+
tools: ${{ steps.prepare-test.outputs.tools-url }}
12+
- name: Fail if the CodeQL version is not a nightly
13+
if: "!contains(steps.setup-codeql.outputs.codeql-version, '+')"
14+
run: exit 1

0 commit comments

Comments
 (0)