Skip to content

Commit

Permalink
This is the commit that makes the tests fail
Browse files Browse the repository at this point in the history
The tests fail because the linter is re-enabled. Rubocop should pass but
the puppet linter will be angry about all the puppet linting that needs
to happen.
  • Loading branch information
daaang committed Nov 5, 2024
1 parent cd31a9d commit 2ea93e2
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 @@ -13,5 +13,5 @@ jobs:
- name: Run tests
run: |
docker compose --file docker-compose.test.yml build
docker compose --file docker-compose.test.yml run lint
docker compose --file docker-compose.test.yml run specs
# docker compose --file docker-compose.test.yml run lint

0 comments on commit 2ea93e2

Please sign in to comment.