Skip to content

Commit

Permalink
[TASK] Remove duplicate dry run option on CGL task (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Sep 19, 2023
1 parent c002261 commit f3a59d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s lint

- name: CGL
run: Build/Scripts/runTests.sh -n -p ${{ env.php }} -s cgl -n
run: Build/Scripts/runTests.sh -n -p ${{ env.php }} -s cgl

0 comments on commit f3a59d3

Please sign in to comment.