Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Jul 28, 2024
1 parent 26e086f commit ddc8b02
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
version:
value: ${{ jobs.Package_For_PIP.outputs.version }}
runagent:
value: ${{ steps.run_agent.outputs.files }}
value: ${{ jobs.Package_For_PIP.steps.run_agent.outputs.files }}
runmanager:
value: ${{ steps.run_manager.outputs.files }}
value: ${{ jobs.Package_For_PIP.steps.run_manager.outputs.files }}
runreporter:
value: ${{ steps.run_reporter.outputs.files }}
value: ${{ jobs.Package_For_PIP.steps.run_reporter.outputs.files }}

jobs:
Package_For_PIP:
Expand Down Expand Up @@ -218,6 +218,8 @@ jobs:
- 'rfswarm_manager/**'
- 'Tests/Regression/Manager/**'
${{ steps.run_agent.outputs.files }}

- name: Check Run Reporter Tests
id: run_reporter
uses: dorny/paths-filter@v3
Expand Down

0 comments on commit ddc8b02

Please sign in to comment.