diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1de63b9..7f7e07d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: run: npm run build:ci - name: Run tests - run: npm test:ci + run: npm run test:ci - name: Package build output run: tar czf bot-build.tar.gz ./dist