From 1c93a63b2818f591c996a86efd3aec85853c838d Mon Sep 17 00:00:00 2001 From: jesus doza Date: Mon, 23 Sep 2024 10:47:02 -0500 Subject: [PATCH] typo in action --- .github/workflows/run-server-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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