Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jul 12, 2024
1 parent e6197a2 commit dd36dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: ansible-lint -q --force-color --config-file .github/workflows/ansible-lint_exclude_list Ansible-Playbooks/roles/*/tasks/main.yml

- name: Run nvchecker
run: nvchecker -c Dotfiles/Services/nvchecker.toml -k /opt/github-runner/Linux-Server/nvchecker_keyfile > nvchecker.output 2>&1 && cat nvchecker.output && if grep "\[E" nvchecker.output; then exit 1; fi
run: nvchecker -c Dotfiles/Services/nvchecker.toml -k /opt/github-runner/Linux-Server/nvchecker_keyfile > nvchecker.output 2>&1 ; cat nvchecker.output && if grep "\[E" nvchecker.output; then exit 1; fi

0 comments on commit dd36dea

Please sign in to comment.