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