From 8ccf85d83aa3b9a140d8ab8e5c7a89c9368b6546 Mon Sep 17 00:00:00 2001 From: Leo Cavalcante Date: Fri, 15 Mar 2024 22:10:08 -0300 Subject: [PATCH] refactor(ci): Even simpler --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a10910..ee63eb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,18 +5,12 @@ on: pull_request: branches: [ "main" ] -permissions: - contents: read - jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: devcontainers/ci@v0.3 - name: Pre-build image and run make ci-build in dev container + name: Test with: - imageName: ghcr.io/opencodeco/testcontainers-php-devcontainer - cacheFrom: ghcr.io/opencodeco/testcontainers-php-devcontainer - push: never runCmd: composer test