Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Revert "Add CartDAOMySQLImpl class, implement CartDAO interface" #47

Revert "Add CartDAOMySQLImpl class, implement CartDAO interface"

Revert "Add CartDAOMySQLImpl class, implement CartDAO interface" #47

Workflow file for this run

name: 'Build with Maven'
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
name: 'Build with Maven'
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
- name: 'Set up JDK 8'
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
architecture: 'x64'
- name: 'Build project with Maven'
run: mvn verify