Skip to content

Commit

Permalink
Migrates to shared .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Aug 3, 2023
1 parent 8e7d1b9 commit 0de9b20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 95 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: 🧪 Integration Tests

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
tests:
name: ⚗️ Application Tests
uses: ./.github/workflows/pytest.yml
uses: WGBH-MLA/.github/.github/workflows/pytest.yml@main
secrets: inherit
with:
pdm_args: -G test,ci
pytest_args: -n auto --nbmake -ra -s

lint:
name: 👕 Lint
uses: ./.github/workflows/lint.yml
uses: WGBH-MLA/.github/.github/workflows/lint.yml@main

black:
name: 🖤 Black
uses: ./.github/workflows/black.yml
uses: WGBH-MLA/.github/.github/workflows/black.yml@main
30 changes: 0 additions & 30 deletions .github/workflows/lint.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/pytest.yml

This file was deleted.

0 comments on commit 0de9b20

Please sign in to comment.