From 2985baadfc831e422df0f29f26212dc24ca10b9a Mon Sep 17 00:00:00 2001 From: InversionSpaces Date: Thu, 29 Jun 2023 12:12:59 +0200 Subject: [PATCH] chore(tests): Fix typo (#778) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e0255d17..603025f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -113,7 +113,7 @@ jobs: run: pnpm run build working-directory: cli/cli-npm - - name: Compule aqua + - name: Compile aqua run: pnpm run compile-aqua working-directory: integration-tests