Skip to content

Commit

Permalink
fix: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Lombardo committed May 22, 2024
1 parent 1747ba0 commit 8067034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/webserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
echo "❌ Tests failed. Exiting with status code $exit_code."
exit $exit_code
fi
- name: Make parallel_cgi/durations_ts.sh executable
run: chmod +x test/parallel_cgi/durations_ts.sh
- name: Make parallel_cgi/duration_ts.sh executable
run: chmod +x test/parallel_cgi/duration_ts.sh
- name: Run parallel CGIs Test
run: ./tests/parallel_cgi/durations_ts.sh
run: ./tests/parallel_cgi/duration_ts.sh
exit_code=$?
if [ $exit_code -ne 0 ]; then
echo "❌ Parallel CGI tests failed. Exiting with status code $exit_code."
Expand Down

0 comments on commit 8067034

Please sign in to comment.