Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiggar committed Nov 26, 2022
1 parent efd91c6 commit 3606699
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,11 @@ jobs:
- run:
when: on_fail
command: |
set -x
find rundir
cat downloaded
cat rundir/logs/fsharp-*
cat rundir/logs/nginx-*
cat rundir/logs/fsharp-api*
cat rundir/logs/nginx-api*
- run: integration-tests/_integration-test-results-to-honeycomb.sh
- assert-clean-worktree
- store_artifacts: { path: rundir }
Expand Down
4 changes: 3 additions & 1 deletion scripts/devcontainer/_wait-until-apiserver-ready
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ function wait_for {
}

wait_for app.js
wait_for app.css
cat downloaded
wait_for app.css
cat downloaded

0 comments on commit 3606699

Please sign in to comment.