Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mevel authored Jun 19, 2021
1 parent 6e280ff commit d6476cf
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,15 @@ jobs:
echo Add other actions to build,
echo test, and deploy your project.
- name: Compile Arduino Sketches
uses: arduino/[email protected]

- uses: arduino/compile-sketches@v1
with:
fqbn: 'esp8266:esp8266'
libraries: |
- name: Servo
- name: Stepper
version: 1.1.3
platform: |
- source-path: "https://github.com/esp8266/Arduino.git"
name: "esp8266:esp8266"
sketch-paths: |
- examples

0 comments on commit d6476cf

Please sign in to comment.