Skip to content

Commit

Permalink
Merge branch 'main' into create-yorkie-app
Browse files Browse the repository at this point in the history
  • Loading branch information
김세영 committed Oct 15, 2023
2 parents ea5747d + 918b215 commit 5aa7171
Show file tree
Hide file tree
Showing 34 changed files with 3,313 additions and 2,070 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
node-version: [18.x]
steps:
- uses: actions/checkout@v2

Expand All @@ -28,7 +28,7 @@ jobs:
- run: npm run build
- run: npm run build:examples
- run: docker-compose -f docker/docker-compose-ci.yml up --build -d
- run: npm run test
- run: npm run test:ci

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down
77 changes: 0 additions & 77 deletions config/karma.conf.js

This file was deleted.

25 changes: 0 additions & 25 deletions config/webpack.karma.config.js

This file was deleted.

Loading

0 comments on commit 5aa7171

Please sign in to comment.