diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce89b1b..d21b83a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 with: persist-credentials: false - - run: docker-compose run --rm lint + - run: docker compose run --rm lint test: runs-on: ubuntu-latest timeout-minutes: 30 @@ -23,4 +23,4 @@ jobs: - uses: actions/checkout@v2 with: persist-credentials: false - - run: docker-compose run --rm test + - run: docker compose run --rm test