Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

fix: range start offset stall #236

fix: range start offset stall

fix: range start offset stall #236

Workflow file for this run

name: CI-Build
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag nginx-car-range:$(date +%s) -t nginx-car-range:latest
- name: Run CI tests
run: docker run nginx-car-range:latest /ci.sh