Skip to content

Commit

Permalink
refactor(ci): Even simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Mar 16, 2024
1 parent d35c416 commit 8ccf85d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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

0 comments on commit 8ccf85d

Please sign in to comment.