diff .github/workflows/runtests.yml @ 36:81d45b439e58

.editorconfig keeps messing up my yaml
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 17 Dec 2020 14:02:03 +0100 (2020-12-17)
parents 9a97a938adb2
children c436b5131196
line wrap: on
line diff
--- a/.github/workflows/runtests.yml
+++ b/.github/workflows/runtests.yml
@@ -22,7 +22,7 @@ jobs:
           sudo apt-get update -qq
           sudo apt-get install -y monetdb5-server
 
-      - name: Run Unit-Tests
-        run: |
-            set -x -e
-            ./build.sh
+    - name: Run Unit-Tests
+      run: |
+          set -x -e
+          ./build.sh