diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 8f210d8..91fb702 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -23,7 +23,6 @@ env: COMPOSE_DOCKER_CLI_BUILD: 1 jobs: - test: runs-on: ubuntu-latest if: "! contains(github.event.head_commit.message, '[skip ci]')" @@ -32,7 +31,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: "3.x" - name: Install EnvKey source run: VERSION=$(curl https://envkey-releases.s3.amazonaws.com/latest/envkeysource-version.txt) && curl -s https://envkey-releases.s3.amazonaws.com/envkeysource/release_artifacts/$VERSION/install.sh | bash @@ -43,8 +42,8 @@ jobs: run: | eval $(envkey-source) echo $GHCR_TOKEN | docker login ghcr.io -u hactarbot3000 --password-stdin - docker-compose -f docker-compose.test.yml pull - docker-compose -f docker-compose.test.yml run --rm web + docker compose -f docker-compose.test.yml pull + docker compose -f docker-compose.test.yml run --rm web - name: Report coverage to Codacy env: