Skip to content

Commit

Permalink
chore(test): remove redundant test job from circleci (#3026)
Browse files Browse the repository at this point in the history
* chore(test): rm test job from circleci
  • Loading branch information
nitrocode authored Jan 23, 2023
1 parent 97f19ba commit 97f3c78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
version: 2
jobs:
test:
docker:
- image: ghcr.io/runatlantis/testing-env:latest
steps:
- checkout
- run: make check-fmt
- run: make check-lint
e2e:
docker:
- image: cimg/go:1.19 # If you update this, update it in the Makefile too
Expand Down Expand Up @@ -60,10 +53,6 @@ workflows:
version: 2
branch:
jobs:
- test:
filters:
branches:
ignore: /docs\/./
- e2e:
context:
- atlantis-e2e-tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make test-all
- run: make check-fmt

0 comments on commit 97f3c78

Please sign in to comment.