Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
name: Contracts (Rust / Soroban)
runs-on: ubuntu-latest
defaults:
working-directory: contracts
run:
working-directory: contracts
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -82,7 +83,8 @@ jobs:
name: Backend (NestJS)
runs-on: ubuntu-latest
defaults:
working-directory: Backend
run:
working-directory: Backend
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -111,7 +113,8 @@ jobs:
name: Frontend (Next.js)
runs-on: ubuntu-latest
defaults:
working-directory: Frontend
run:
working-directory: Frontend
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -138,7 +141,8 @@ jobs:
name: Analytics (Next.js)
runs-on: ubuntu-latest
defaults:
working-directory: analytics
run:
working-directory: analytics
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -166,7 +170,8 @@ jobs:
name: Terraform fmt
runs-on: ubuntu-latest
defaults:
working-directory: infrastructure/terraform
run:
working-directory: infrastructure/terraform
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading