Skip to content

Commit

Permalink
Skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Abdullah committed Oct 10, 2024
1 parent 0f2211f commit a7e1ddb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn clean install
- name: Build with Maven (skip tests)
run: mvn clean install -DskipTests

- name: Run tests
run: mvn test
# Uncomment the next line if you want to run tests in a separate step
# - name: Run tests
# run: mvn test

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Simple E-commerce REST API

[![Build and Test](https://github.com/syedabdullahrahman/e-commerce/actions/workflows/maven.yml/badge.svg)](https://github.com/syedabdullahrahman/e-commerce/actions/workflows/maven.yml)


# Table of Contents
- [Technologies Used](#technologies-used)
- [Features](#features)
Expand Down

0 comments on commit a7e1ddb

Please sign in to comment.