Skip to content

Commit

Permalink
fix(ci): cd into quetzalcoatl and enki microservices projects before …
Browse files Browse the repository at this point in the history
…executing pipelines
  • Loading branch information
WarriorsSami committed Jun 18, 2024
1 parent adde37d commit 5084f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/enki-problems-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Cd into the project directory
run: cd enki-problems
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quetzalcoatl-auth-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Cd into the project directory
run: cd quetzalcoatl-auth
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 5084f53

Please sign in to comment.