Skip to content

Commit

Permalink
fix: fix wrong path for test simulation in workflow (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephhuynh18 authored Jan 25, 2024
1 parent b48928a commit 80424dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
export BUILD_TAG=${{ needs.generate-matrix.outputs.build_tag }}
export TEST_NETWORK=./networks/${{ matrix.networks }}.yaml
export TEST_SIMULATION=./networks/basic-simulation.yaml
export TEST_SIMULATION=./simulations/basic-simulation.yaml
chmod +x ./bin/hermetic-driver
make HERMETIC_CMD=./bin/hermetic-driver performance-tests
Expand Down

0 comments on commit 80424dc

Please sign in to comment.