mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 20:47:02 +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]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Run Tests
|
name: Run Tests with SQLite
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
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]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Run Tests with PostgreSQL
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -12,7 +13,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PG_USER: ci_db_user
|
PG_USER: ci_db_user
|
||||||
PG_PASS: ci_db_pass
|
PG_PASS: ci_db_pass
|
||||||
run: docker-compose up -d
|
run: docker-compose -f docker/docker-compose-ci.yml up -d
|
||||||
- name: Sleep
|
- name: Sleep
|
||||||
uses: jakejarvis/wait-action@master
|
uses: jakejarvis/wait-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user