Skip to content

Commit

Permalink
fix: Fix the input filter.
Browse files Browse the repository at this point in the history
Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Feb 12, 2024
1 parent 2a4beb4 commit cdd219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
timeout-minutes: 5

- name: Run the test in ${{ inputs.testfilter }}
run: npx hardhat test --grep ${{ inputs.testfilter }}
run: npm run acceptancetest:${{ inputs.testfilter }}

- name: Upload Test Results
if: always()
Expand Down

0 comments on commit cdd219e

Please sign in to comment.