Skip to content

Commit

Permalink
investigating how to handle gpio in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
sombriks committed Feb 25, 2024
1 parent 6796441 commit d8c1c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Run Tests

on:
push:
branches: [ "*" ]
branches: [ "main-2x" ]

jobs:
build-and-publish:
runs-on: ubuntu-latest
runs-on: ubuntu-latest # TODO need an image with libgpiod 2.x
strategy:
matrix:
# removing '14.x', for now
Expand Down

0 comments on commit d8c1c80

Please sign in to comment.