Skip to content

Commit

Permalink
build: remove mongodb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Apr 24, 2024
1 parent 628f14b commit 806bdae
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
id: smoketest
run: >-
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
RELEASE=$(cat VERSION)
RELEASE=${{ github.ref_name }}
VERSION=${{ github.sha }}
docker-compose
-f tests/docker-compose.test.mongodb.yml
-f tests/docker-compose.test.postgres.yml
up
--build
--quiet-pull
Expand All @@ -38,33 +38,3 @@ jobs:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: always()

test-mongodb:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Docker Lint
id: docker-lint
run: |
docker run --rm -i ghcr.io/hadolint/hadolint hadolint \
--ignore DL3008 \
--ignore DL3059 \
- < Dockerfile
- name: Run tests
id: smoketest
run: >-
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
RELEASE=$(cat VERSION)
VERSION=${{ github.sha }}
docker-compose
-f tests/docker-compose.test.mongodb.yml
up
--build
--quiet-pull
--exit-code-from tester
- uses: act10ns/slack@v2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: always()

0 comments on commit 806bdae

Please sign in to comment.