Skip to content

Commit

Permalink
Remove redundant checkouts and workflow
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed May 28, 2024
1 parent 85d395c commit 32ac037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
7 changes: 4 additions & 3 deletions .github/actions/run-unit-tests/action.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: Run Unit Tests
description: "Run unit tests for the project"

inputs:
python-version:
description: "Python version"
required: true
os:
description: "Operating system"
required: true
is_pr:
description: "Is this a PR?"
required: false
default: "true"

runs:
using: "composite"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 32ac037

Please sign in to comment.