Skip to content

Commit

Permalink
Add e2e tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edenreich committed Jun 18, 2024
1 parent f7988e2 commit 2b8841b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,18 @@ jobs:

- name: Check if workspace is dirty
run: task dirty-check

test:
needs:
- build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x

- name: Test
run: task test

0 comments on commit 2b8841b

Please sign in to comment.