Browse Source

[CI] testing webhook

Mikkel Hjortshøj 4 năm trước cách đây
mục cha
commit
19e2f7b7bf
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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