Skip to content

Commit 3e1d459

Browse files
authored
Merge pull request #116 from arduino/per1234/build-before-integration
Make integration test task build before running tests
2 parents fd20e99 + 84676d4 commit 3e1d459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Taskfile.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ tasks:
3131
test-integration:
3232
desc: Run integration tests
3333
cmds:
34+
- task: build
3435
- poetry install --no-root
3536
- poetry run pytest test
3637

0 commit comments

Comments
 (0)