Skip to content

Commit

Permalink
reorder jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Aug 10, 2024
1 parent e111630 commit fd0c80c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ jobs:
PYTHONIOENCODING: utf-8
steps:

- name: CI job status tracker
uses: aaronsteers/action-job-status@feat/allow-job-name-override
with:
job_name: On-Demand PR Pytest (All, Python ${{ matrix.python-version }}, ${{ matrix.os }})

# Custom steps to fetch the PR and checkout the code:

- name: Download PR info
Expand All @@ -96,6 +91,11 @@ jobs:
with:
pr: ${{ github.event.inputs.pr }}

- name: CI job status tracker
uses: aaronsteers/action-job-status@feat/allow-job-name-override
with:
job_name: On-Demand PR Pytest (All, Python ${{ matrix.python-version }}, ${{ matrix.os }})

# Same as the `python_pytest.yml` file:

- name: Set up Poetry
Expand Down

0 comments on commit fd0c80c

Please sign in to comment.