Skip to content

Commit 790fdbc

Browse files
authored
Merge pull request #5511 from craigcomstock/ENT-11771-2/master
Fixed mistakenly committed test change
2 parents 70d31ab + d91d88a commit 790fdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_acceptance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shell: pwsh
6161

6262
- name: run the tests
63-
run: './testall --bindir="/c/Program Files/Cfengine/bin" --extraclasses=EXTRA ./05_processes/01_matching/process_count_found.cf '
63+
run: './testall --bindir="/c/Program Files/Cfengine/bin" --extraclasses=EXTRA'
6464
working-directory: C:/core/tests/acceptance
6565
env:
6666
# env vars for testall script to properly detect environment

0 commit comments

Comments
 (0)