Skip to content

Commit

Permalink
one day I'll lern how to type and write code
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianoc committed Oct 22, 2024
1 parent 5494ddb commit f7576fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Set environment variables
env:
CECILIFIER_TESTS_VERIFY_OUTPUT: ${{ github.event.inputs.run_outputbased_tests == 'true' }}
CECILIFIER_TESTS_VERIFY_OUTPUT: ${{ inputs.run_outputbased_tests == 'true' }}
run: echo "CECILIFIER_TESTS_VERIFY_OUTPUT set."
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit f7576fa

Please sign in to comment.