Skip to content

Fix conditions and don't fail fast #52

Fix conditions and don't fail fast

Fix conditions and don't fail fast #52

Workflow file for this run

name: CI
on:
push:
branches:
- github-ci
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Build
uses: docker/[email protected]
- name: Build current Docker image with tests
run: |
docker build --target test -t zephir-api2:test .