Skip to content

Commit

Permalink
refactor: remove unittest job
Browse files Browse the repository at this point in the history
It is a duplication of github-check-merge-juju-terraform-provider-juju
and the actual merge job, thus will be required to be successful.
  • Loading branch information
hmlanigan committed Nov 14, 2024
1 parent 9a952b6 commit 6d6cace
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@ jobs:
- run: go mod tidy
- run: go install

# Run internal/juju unit tests
# This is a small job better suited to github runners, due to
# turn around time for self-hosted PS6 runners.
unittest:
name: Juju unit tests
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- run: make juju-unit-test

# Run acceptance tests in a matrix with Terraform CLI versions
test:
name: Integration
Expand Down

0 comments on commit 6d6cace

Please sign in to comment.