Skip to content

42 user story driver manages ride request notification and trip completion #43

42 user story driver manages ride request notification and trip completion

42 user story driver manages ride request notification and trip completion #43

Workflow file for this run

name: CI Pipeline
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Dummy Docker Build Step
run: echo "Skipping Docker image build for now. Placeholder step to prevent CI failure."