Skip to content

Commit

Permalink
testing subset of actions without pytest-rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
schandrika committed Nov 11, 2023
1 parent c40dfde commit d467dbc
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# Run the specified tests and save the results to a unique file that can be archived for later analysis.
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
uses: volttron/volttron-build-action@v5
uses: volttron/volttron-build-action@test_no_rerun
with:
python_version: ${{ matrix.python-version }}
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Run the specified tests and save the results to a unique file that can be archived for later analysis.
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
uses: volttron/volttron-build-action@v5
uses: volttron/volttron-build-action@test_no_rerun
with:
python_version: ${{ matrix.python-version }}
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-vctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Run the specified tests and save the results to a unique file that can be archived for later analysis.
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
uses: volttron/volttron-build-action@v5
uses: volttron/volttron-build-action@test_no_rerun
with:
python_version: ${{ matrix.python-version }}
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Run the specified tests and save the results to a unique file that can be archived for later analysis.
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
uses: volttron/volttron-build-action@v5
uses: volttron/volttron-build-action@test_no_rerun
with:
python_version: ${{ matrix.python-version }}
os: ${{ matrix.os }}
Expand Down

0 comments on commit d467dbc

Please sign in to comment.