Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Aug 8, 2023
1 parent 82f16da commit 4b982db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Test
if: ${{ inputs.publish }}
run: |
echo $RUN_PUBLISH
echo ${{ inputs.publish }}
echo ${{inputs.publish == 'true'}}
echo $RUN_PUBLISH == 'true'
- name: Test run_PUBLISH
if: $RUN_PUBLISH
# - uses: actions/checkout@v3
# # Needed by sonar to get the git history for the branch the PR will be merged into.
# with:
Expand Down

0 comments on commit 4b982db

Please sign in to comment.