Skip to content

Commit

Permalink
Merge pull request #530 from jack-w-shaw/JUJU-4184_tf_check_job
Browse files Browse the repository at this point in the history
#530

## Description

The check target is a special target used in our CI.

This should allow our default Jenkins jobs to correctly run our unit tests and merge

## Type of change

- Change in tests (one or several tests have been changed)
- Maintenance work (repository related, like Github actions, or revving the Go version, etc.)

## QA steps

commenting `/build` or `/merge` correctly trigger jenkins jobs
  • Loading branch information
jujubot authored Jul 23, 2024
2 parents 0ff24d1 + 01a4dd9 commit 5de70c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,4 @@ install-snap-dependencies: check-snap-package
install-dependencies: install-snap-dependencies
## install-dependencies: Install all the dependencies



check: juju-unit-test

0 comments on commit 5de70c1

Please sign in to comment.