Skip to content

Commit

Permalink
Use colcon/ci reusable testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Feb 7, 2024
1 parent 053e30d commit f2ba38a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 36 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run tests

on:
push:
branches: ['master']
pull_request:

jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
36 changes: 0 additions & 36 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit f2ba38a

Please sign in to comment.