Skip to content

Commit 942a7b0

Browse files
authored
fix: simplify ninja CI (#1161)
1 parent 3aff670 commit 942a7b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ninja_pr_checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,5 @@ jobs:
103103
- name: Start dfx and build project
104104
working-directory: ${{ matrix.example.path }}
105105
run: |
106-
# Note: Running these commands in the same step and with verbose output magically fixes the 502 Bad Gateway issue in dfx/pocketic for the LLM Chatbot example
107-
RUST_LOG=trace dfx start --background --verbose
106+
dfx start --background
108107
dfx deploy

0 commit comments

Comments
 (0)