Skip to content

Commit

Permalink
Fix typo in workflow, add image to README
Browse files Browse the repository at this point in the history
Corrected a typo in the GitHub Actions workflow file to ensure proper artifact naming. Added a header image to the README for better visual representation of the MBC CQRS serverless framework.
  • Loading branch information
koichimurakami committed Oct 26, 2024
1 parent 37ea15d commit 4211429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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! ✨
Expand Down
Binary file added images/mbc-cqrs-serverless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4211429

Please sign in to comment.