Browse Source

[CI] testing webhook

Mikkel Hjortshøj 4 years ago
parent
commit
19e2f7b7bf
1 changed files with 2 additions and 0 deletions
  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