repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a36f19
)
Fix syntax error in GitHub action
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 29 May 2021 17:47:41 +0000
(19:47 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/unit-tests.yml
b/.github/workflows/unit-tests.yml
index d4315736ae4ef09ab081cc2174ef1b460b6a448a..34f9bf5d1af322e44db01817b4f326753b97e82b 100644
(file)
--- a/
.github/workflows/unit-tests.yml
+++ b/
.github/workflows/unit-tests.yml
@@
-9,7
+9,7
@@
on:
- master
jobs:
- runs-on: ubuntu-latest
+
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]