Explorar o código

[CI] testing webhook

Mikkel Hjortshøj %!s(int64=4) %!d(string=hai) anos
pai
achega
19e2f7b7bf
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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