Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAlJarrah committed Sep 3, 2024
1 parent ec318f2 commit 0d312c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfserve-service-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: npx --yes -p @expediagroup/spec-transformer cli -i ${{ env.spec }} -o ${{ env.spec }} -to
- name: Run Mock Server
working-directory: specs
run: java -jar specmatic.jar stub ${{ env.spec }} --port 8080 & disown
run: java -jar specmatic.jar stub ${{ env.spec }} --port 8090 & disown
- name: Wait for Mock Server to Start
run: sleep 10
- name: Verify Server is Running
Expand Down

0 comments on commit 0d312c0

Please sign in to comment.