Skip to content

[Feat] User 애플리케이션에 MongoDB(DocumentDB) 연결 #5

[Feat] User 애플리케이션에 MongoDB(DocumentDB) 연결

[Feat] User 애플리케이션에 MongoDB(DocumentDB) 연결 #5

Workflow file for this run

name: CI with Pytest in Docker
on:
pull_request:
branches: [ "develop", "main" ]
env:
TEST_IMAGE_NAME: xrpedia-user-test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image for Test
id: build-test-image
run: docker build --target tester -t ${{ env.TEST_IMAGE_NAME }} .
- name: Run Test
id: run-test
run: |
docker run --rm \
${{ env.TEST_IMAGE_NAME }}