Skip to content

Commit

Permalink
Fix the syntax for ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 17, 2024
1 parent 3b4aeda commit caf9c7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
poetry run ruff check .
continue-on-error: false

- name: Build Docker image and run testing
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build Docker image and run tests (during build)
run: |
docker build --target test -t
docker build --target test -t zephir-api2:test .

0 comments on commit caf9c7e

Please sign in to comment.