From 6d6cacef28743944d467ade53c6bc2e366c10a5e Mon Sep 17 00:00:00 2001 From: Heather Lanigan Date: Thu, 14 Nov 2024 09:59:12 -0500 Subject: [PATCH] refactor: remove unittest job It is a duplication of github-check-merge-juju-terraform-provider-juju and the actual merge job, thus will be required to be successful. --- .github/workflows/test_integration.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 1b4d833e..1c39e42f 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -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