Skip to content

Commit

Permalink
Fix profiling file
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Carreras <[email protected]>
  • Loading branch information
leonardocarreras committed Jun 10, 2024
1 parent 4afeacf commit e2a5804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_linux_rocky_profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
test-examples-1:
name: Test Examples 1/2
needs: [profiling]
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml@${{ github.sha }}
with:
path: ./build/dpsim/examples/cxx/WSCC_9bus_mult_decoupled
name: WSCC_9bus_mult_decoupled

test-examples-2:
name: Test Examples 2/2
needs: [profiling]
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml@${{ github.sha }}
with:
path: ./build/dpsim/examples/cxx/WSCC_9bus_mult_coupled
name: WSCC_9bus_mult_coupled

0 comments on commit e2a5804

Please sign in to comment.