Skip to content

Commit

Permalink
enable debug for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Apr 5, 2022
1 parent 28c0cf3 commit 52b3aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
- name: build example
timeout-minutes: 20
run: |
set -ex
export DISPLAY=:1.0
export PATH="$HOME/arduino_ide:$PATH"
source $GITHUB_WORKSPACE/travis/common.sh
Expand Down
2 changes: 2 additions & 0 deletions travis/common.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -ex

function build_sketches()
{
local arduino=$1
Expand Down

0 comments on commit 52b3aa8

Please # to comment.