Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Mar 1, 2024
1 parent c3791da commit 249d02f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Go into Backend
run: cd power-pay-backend
- name: Build
run: mvn package
- name: Build Backend
run: cd power-pay-backend && mvn package
6 changes: 2 additions & 4 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Go into Frontend
run: cd power-pay-frontend
- name: Build
run: npm run build
- name: Build Frontend
run: cd power-pay-frontend && npm run build
8 changes: 2 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Go into Translator
run: cd power-pay-translator
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build Translator
run: cd power-pay-translator && cargo build --verbose && cargo test --verbose

0 comments on commit 249d02f

Please sign in to comment.