Skip to content

Commit

Permalink
Try to hook Poetry smoke tests into testing.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed Aug 22, 2023
1 parent bb056dc commit 160cd47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/poetry-smoke-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Poetry Smoke Tests

on:
push
workflow_call: {}

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
- name: Build docs
run: make docs

poetry-smoke-tests:
uses: './.github/workflows/poetry-smoke-tests'

0 comments on commit 160cd47

Please sign in to comment.