Skip to content

Commit

Permalink
add test running
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary822 committed Sep 2, 2023
1 parent fa2b37b commit 35db277
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ name: Upload Python Package

on:
push:
branches: main
branches: master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
run-test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 35db277

Please sign in to comment.