Skip to content

Commit

Permalink
ci: amend ci paths for new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SolP-Aleios committed Oct 19, 2023
1 parent 33b53f3 commit b431d08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defaults:

jobs:
run-tests:
name: Deploy and Run Tests
name: Deploy and Run Tests
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand All @@ -46,20 +46,20 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
- name: 🚀 Install Events Dependencies and Deploy
run: |
cd example-architecture/events
cd src/example-architecture/events
pnpm install --frozen-lockfile
pnpm deploy-dev
- name: 🚀 Install Producer Dependencies and Deploy
run: |
cd example-architecture/producer
cd src/example-architecture/producer
pnpm install --frozen-lockfile
pnpm deploy-dev
- name: 🚀 Install Consumer Dependencies and Deploy
run: |
cd example-architecture/consumer
cd src/example-architecture/consumer
pnpm install --frozen-lockfile
pnpm deploy-dev
- name: "🧪 Test unit and integration"
run: pnpm test --verbose
- name: '🧪 Test linter'
- name: "🧪 Test linter"
run: pnpm lint-test

0 comments on commit b431d08

Please sign in to comment.