From 5fb446e78af6483d1bead535d56d6b579e460fb2 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 6 Mar 2022 23:25:50 -0800 Subject: [PATCH] Try one more time to spell --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ad5268a..c37b7539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: yarn workspace webamp type-check - name: Run Unit Tests run: | - touch packages/skin-databse/config.js + touch packages/skin-database/config.js yarn test yarn workspace webamp test - name: Run Integration Tests