From e4c39c9b06ae8b6cdd69b101d5aa40bcf6344c5c Mon Sep 17 00:00:00 2001 From: Marco Gario Date: Fri, 4 Sep 2020 15:13:37 +0200 Subject: [PATCH] Add CI for testing small bundles --- .github/workflows/small_pkg_test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/small_pkg_test.yml diff --git a/.github/workflows/small_pkg_test.yml b/.github/workflows/small_pkg_test.yml new file mode 100644 index 000000000..3691dacd5 --- /dev/null +++ b/.github/workflows/small_pkg_test.yml @@ -0,0 +1,12 @@ +name: Test Platform-Language bundles +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + tools: https://github.com/dsp-testing/codeql-split/releases/download/v1/codeql-bundle-20200826-linux64-cpp.tar.gz \ No newline at end of file