We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7fad1 commit 71ea84eCopy full SHA for 71ea84e
.github/workflows/main.yml
@@ -48,15 +48,3 @@ jobs:
48
run: arduino-cli compile --fqbn arduino:avr:mega ./arduino_monotron.ino --warnings more
49
50
51
- arduino_ci:
52
- runs-on: ubuntu-latest
53
-
54
- steps:
55
- - uses: actions/checkout@v2
56
- - name: Install MIDI library
57
- run: bundle install "MIDI Library"
58
- - uses: Arduino-CI/[email protected] # or latest, or a pinned version
59
- env:
60
- USE_SUBDIR: .
61
- EXPECT_EXAMPLES: false
62
- EXPECT_UNITTESTS: false
test/test.cpp
0 commit comments