Skip to content

Commit a292cef

Browse files
committed
Fixed path.
1 parent 923724f commit a292cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: Prepare Etherpad core
5050
run: |
5151
cd ./etherpad/src
52-
./src/bin/installDeps.sh
52+
./bin/installDeps.sh
5353
-
5454
name: Prepare plugin
5555
run: |

0 commit comments

Comments
 (0)