Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Sep 1, 2024
1 parent 46f912e commit f7a5fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Code Quality
run: |
./code-quality.sh ${{ github.event.repository.default_branch }} ${{github.workspace}} \
./code-quality.sh $GITHUB_REF ${{github.workspace}} \
${{github.workspace}}/build-code-quality refs/heads/${{ matrix.config.build_type }} tests
if: matrix.config.code_quality == true

Expand Down

0 comments on commit f7a5fbd

Please sign in to comment.