Skip to content

Commit

Permalink
testing GitHub Actions support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Jan 3, 2020
1 parent 1e0616a commit c82d09b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
# First of all, we clone the repo using the `checkout` action.
- name: Checkout
uses: actions/checkout@v2
ref: 'DEV'
with:
ref: DEV

# We use the `arduino/setup-arduino-cli` action to install and
# configure the Arduino CLI on the system.
Expand Down

0 comments on commit c82d09b

Please sign in to comment.