Skip to content

Commit

Permalink
ci/cd: trying running all sql use cases with single action
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrixString committed Jan 13, 2025
1 parent cb154d3 commit 0ff1cf2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Test Core Package
name: Core

on:
push:
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/test.database-mysql.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/test.database-postgres.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.database-sql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Sqlite / Postgres / Mysql
name: SQLite / Postgres / MySQL
on:
push:
branches: [ "main" ]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Commerce as Code
</div><hr/><br/>

[![Test Core Package](https://github.com/store-craft/storecraft/actions/workflows/test.core.yml/badge.svg)](https://github.com/store-craft/storecraft/actions/workflows/test.core.yml)
[![Test database-postgres](https://github.com/store-craft/storecraft/actions/workflows/test.database-postgres.yml/badge.svg)](https://github.com/store-craft/storecraft/actions/workflows/test.database-postgres.yml)
[![Core](https://github.com/store-craft/storecraft/actions/workflows/test.core.yml/badge.svg)](https://github.com/store-craft/storecraft/actions/workflows/test.core.yml)
[![Sqlite/Postgres/MySql](https://github.com/store-craft/storecraft/actions/workflows/test.database-sql.yml/badge.svg)](https://github.com/store-craft/storecraft/actions/workflows/test.database-sql.yml)

# The <img src='https://storecraft.app/storecraft-color.svg' height='24px' style="transform: translateY(4px);" /> mono-repo

Expand Down

0 comments on commit 0ff1cf2

Please sign in to comment.