diff --git a/.github/workflows/run-server-test.yml b/.github/workflows/run-server-test.yml index 9cf02c62..d93d9d57 100644 --- a/.github/workflows/run-server-test.yml +++ b/.github/workflows/run-server-test.yml @@ -27,7 +27,7 @@ jobs: - name: create test public dir working-directory: backend - run: makdir public + run: mkdir public - name: create test index file to serve for tests working-directory: backend