Skip to content

Commit

Permalink
Update api-manual.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Celiant <[email protected]>
  • Loading branch information
Celiant authored Jan 15, 2025
1 parent b071096 commit df708a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ jobs:
npm start &
sleep 20
popd
pushd queue-service
npm start &
sleep 20
popd
pushd worker-service
npm start &
sleep 20
Expand Down Expand Up @@ -140,4 +144,4 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
if: always()
with:
files: e2e-tests/cypress/test_results/**/*.xml
files: e2e-tests/cypress/test_results/**/*.xml

0 comments on commit df708a0

Please sign in to comment.