mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
update CI names and path
move docker-compose to new folder rename action names
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -1,11 +1,10 @@
|
||||
name: CI
|
||||
name: SQLite CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Run Tests
|
||||
name: Run Tests with SQLite
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
5
.github/workflows/postgres-ci.yml
vendored
5
.github/workflows/postgres-ci.yml
vendored
@@ -1,9 +1,10 @@
|
||||
name: Docker Image CI
|
||||
name: PostgreSQL CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Run Tests with PostgreSQL
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -12,7 +13,7 @@ jobs:
|
||||
env:
|
||||
PG_USER: ci_db_user
|
||||
PG_PASS: ci_db_pass
|
||||
run: docker-compose up -d
|
||||
run: docker-compose -f docker/docker-compose-ci.yml up -d
|
||||
- name: Sleep
|
||||
uses: jakejarvis/wait-action@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user