Fix syntax error in GitHub action
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 29 May 2021 17:47:41 +0000 (19:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 29 May 2021 17:47:41 +0000 (19:47 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/unit-tests.yml

index d4315736ae4ef09ab081cc2174ef1b460b6a448a..34f9bf5d1af322e44db01817b4f326753b97e82b 100644 (file)
@@ -9,7 +9,7 @@ on:
       - master
 
 jobs:
-  runs-on: ubuntu-latest
+    runs-on: ubuntu-latest
     strategy:
       matrix:
         node-version: [14.x]