Skip to content

Commit

Permalink
it cant't be so hard
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianoc committed Oct 22, 2024
1 parent afd0390 commit cfe6578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cecilifier-ci-alltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
RunTests:
uses: ./.github/workflows/run_tests_base.yml
with:
run-outputbased-tests: 1
run-outputbased-tests: true
8 changes: 4 additions & 4 deletions .github/workflows/run_tests_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
RunTests:
runs-on: ubuntu-latest
steps:
- name: Set environemtn variables
run:
if inputs.run-outputbased-tests
echo "CECILIFIER_TESTS_VERIFY_OUTPUT=1" > $GITHUB_ENV
- name: Set environment variables
env:
CECILIFIER_TESTS_VERIFY_OUTPUT: ${{ github.event.inputs.run-outputbased-tests == 'true' }}
run: echo "CECILIFIER_TESTS_VERIFY_OUTPUT set."
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit cfe6578

Please sign in to comment.