diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5be8652..7bb9898 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: run: docker-compose up -d - name: Wait for services to start - run: sleep 30 + run: sleep 15 - name: Run tests run: yarn test diff --git a/README.md b/README.md index 52099f0..8abd464 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MovieRater -[ ![Codeship Status for Asing1001/movieRater.React](https://app.codeship.com/projects/7cdda2d0-8179-0134-0e32-4ac14629b467/status?branch=master)](https://app.codeship.com/projects/182204) +[![GitHub Actions status](https://github.com/Asing1001/movieRater.React/actions/workflows/build.yml/badge.svg)](https://github.com/Asing1001/movieRater.React/actions) [![codecov](https://codecov.io/gh/Asing1001/movieRater.React/branch/master/graph/badge.svg)](https://codecov.io/gh/Asing1001/movieRater.React) Crawl and merge ptt/imdb/yahoo movie data, help easy search high rating movie in Chinese and English. ![](https://asing1001.github.io/portfolio/index/movierater.jpg)