浏览代码

[CI] testing webhook

Mikkel Hjortshøj 4 年之前
父节点
当前提交
19e2f7b7bf
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -5,6 +5,8 @@ jobs:
   build_linux:
     runs-on: ubuntu-latest
     steps:
+      - name: TESTING
+        run: exit 1
       - uses: actions/checkout@v1
       - name: Download LLVM
         run: sudo apt-get install llvm