Skip to content

Commit

Permalink
Remove e2e test. It doesn't do anything
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Jan 25, 2025
1 parent b1e3219 commit e5d524a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ jobs:
run: |
make can-i-deploy || echo "::warning:: can-i-deploy says no; provider(s) must successfully verify before release"
make-e2e-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.22'
- uses: replicatedhq/action-install-pact@v1
- run: make test-e2e

make-integration-tests:
runs-on: ubuntu-20.04
steps:
Expand Down
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ test-pact:
test-integration: build
go test -v ./pkg/integration/...

.PNONY: test-e2e
test-e2e:
# integration and e2e
docker build -t replicated-cli-test -f hack/Dockerfile.testing .
docker run --rm --name replicated-cli-tests \
-v `pwd`:/go/src/github.com/replicatedhq/replicated \
replicated-cli-test

.PHONY: publish-pact
publish-pact:
pact-broker publish ./pacts \
Expand Down
6 changes: 0 additions & 6 deletions hack/Dockerfile.testing

This file was deleted.

0 comments on commit e5d524a

Please sign in to comment.