diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 5681b80..9301b76 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -49,7 +49,7 @@ jobs: run: npx lerna run test:e2e --scope=@mbc-cqrs-serverless/core - uses: actions/upload-artifact@v4 - name: 'upload artfact' + name: 'upload artifact' if: success() || failure() with: name: my-artifacts diff --git a/README.md b/README.md index 7392209..8eeffa1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![MBC CQRS serverless framework](images/mbc-cqrs-serverless.png) + # MBC CQRS serverless framework Unleash the power of scalable, resilient serverless applications with CQRS on AWS, the magic of NestJS and the convenience of local development workflows! ✨ diff --git a/images/mbc-cqrs-serverless.png b/images/mbc-cqrs-serverless.png new file mode 100644 index 0000000..25b3242 Binary files /dev/null and b/images/mbc-cqrs-serverless.png differ