mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 19:41:52 +08:00
chore: Update ci.yml
This commit is contained in:
parent
25b4f55d9a
commit
860b25429c
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Build and Test Flight
|
- name: Build and Test Flight
|
||||||
uses: ./.github/actions/build-test
|
uses: ./.github/actions/build-test
|
||||||
if: success()
|
if: success()
|
||||||
id: build-test-step
|
id: build-test-flight-step
|
||||||
with:
|
with:
|
||||||
project-path: 'src/Services/Flight/src/Flight.Api'
|
project-path: 'src/Services/Flight/src/Flight.Api'
|
||||||
tests-path: 'src/Services/Flight/tests/'
|
tests-path: 'src/Services/Flight/tests/'
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Build and Test Identity
|
- name: Build and Test Identity
|
||||||
uses: ./.github/actions/build-test
|
uses: ./.github/actions/build-test
|
||||||
if: success()
|
if: success()
|
||||||
id: build-test-step
|
id: build-test-identity-step
|
||||||
with:
|
with:
|
||||||
project-path: 'src/Services/Identity/src/Identity.Api'
|
project-path: 'src/Services/Identity/src/Identity.Api'
|
||||||
tests-path: 'src/Services/Identity/tests/'
|
tests-path: 'src/Services/Identity/tests/'
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Build and Test Passenger
|
- name: Build and Test Passenger
|
||||||
uses: ./.github/actions/build-test
|
uses: ./.github/actions/build-test
|
||||||
if: success()
|
if: success()
|
||||||
id: build-test-step
|
id: build-test-passenger-step
|
||||||
with:
|
with:
|
||||||
project-path: 'src/Services/Passenger/src/Passenger.Api'
|
project-path: 'src/Services/Passenger/src/Passenger.Api'
|
||||||
tests-path: 'src/Services/Passenger/tests/'
|
tests-path: 'src/Services/Passenger/tests/'
|
||||||
@ -65,7 +65,7 @@ jobs:
|
|||||||
- name: Build and Test Booking
|
- name: Build and Test Booking
|
||||||
uses: ./.github/actions/build-test
|
uses: ./.github/actions/build-test
|
||||||
if: success()
|
if: success()
|
||||||
id: build-test-step
|
id: build-test-booking-step
|
||||||
with:
|
with:
|
||||||
project-path: 'src/Services/Booking/src/Booking.Api'
|
project-path: 'src/Services/Booking/src/Booking.Api'
|
||||||
tests-path: 'src/Services/Booking/tests/'
|
tests-path: 'src/Services/Booking/tests/'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user