Skip to content

Commit

Permalink
Add comment to explain code logic #467
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 21, 2023
1 parent d81b6ea commit b4cbcde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ jobs:


# Launch API to see if it starts correctly or has a startup issue
# Code logic used from https://stackoverflow.com/a/63643845
- name: Start API
run: timeout 10 python -m datagateway_api.src.main || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi

Expand Down

0 comments on commit b4cbcde

Please sign in to comment.