Skip to content

Commit

Permalink
fest : remove uniitest
Browse files Browse the repository at this point in the history
  • Loading branch information
RTae committed Mar 2, 2024
1 parent b8de7cd commit 8d4ce89
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# ==============
# CI task
# ==============
unit-test-frontend:
unit-test:
runs-on: ubuntu-latest
permissions:
id-token: write
Expand All @@ -37,38 +37,10 @@ jobs:
working-directory: frontend
run: yarn test

unit-test-backend:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
checks: write
statuses: write
steps:
- name: "Checkout"
uses: "actions/checkout@v3"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: Install dependencies
working-directory: backend
run: |-
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
pip install -r requirements.txt
- name: Run unit test
working-directory: backend
run: pytest

build-and-push-image:
environment: dev
needs:
- unit-test-frontend
- unit-test-backend
- unit-test
name: Build Docker image and push to repositories
runs-on: ubuntu-latest

Expand Down

0 comments on commit 8d4ce89

Please sign in to comment.