Skip to content

Commit

Permalink
ci: Rename GitHub workflows, add and unify names
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Nov 12, 2023
1 parent b23895f commit c0cc1d5
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-apple-intel.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build Apple Intel
on:
workflow_dispatch:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-apple-silicon.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build Apple Silicon
on:
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WASM build
name: Build prisma-schema-wasm
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build Windows
on:
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Benchmark
name: Codspeed Benchmark
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/send-tag-event.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Send Tag Event
name: Send Tag Event to PDP

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Release binary compilation test'
name: Test release binary compilation
on:
pull_request:
paths-ignore:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quaint
name: Test Quaint
on:
push:
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Query Engine Black Box
name: Test Query Engine (Black Box)
on:
push:
branches:
Expand All @@ -19,7 +19,7 @@ concurrency:

jobs:
rust-tests:
name: 'Test query-engine as a black-box'
name: 'query-engine as a black-box'

strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Driver Adapters
name: Test Driver Adapters
on:
push:
branches:
Expand All @@ -19,19 +19,19 @@ concurrency:

jobs:
rust-query-engine-tests:
name: 'Test `${{ matrix.adapter.name }}` on node v${{ matrix.node_version }}'
name: '`${{ matrix.adapter.name }}` on node v${{ matrix.node_version }}'

strategy:
fail-fast: false
matrix:
adapter:
- name: 'pg'
- name: '@prisma/adapter-pg'
setup_task: 'dev-pg-postgres13'
- name: 'neon:ws'
- name: '@prisma/adapter-neon (ws)'
setup_task: 'dev-neon-ws-postgres13'
- name: 'libsql'
- name: '@prisma/adapter-libsql (Turso)'
setup_task: 'dev-libsql-sqlite'
- name: 'planetscale'
- name: '@prisma/adapter-planetscale'
setup_task: 'dev-planetscale-vitess8'
node_version: ['18']
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Query Engine
name: Test Query Engine
on:
push:
branches:
Expand All @@ -19,7 +19,7 @@ concurrency:

jobs:
rust-query-engine-tests:
name: 'Test ${{ matrix.database.name }} (${{ matrix.engine_protocol }}) on Linux'
name: '${{ matrix.database.name }} (${{ matrix.engine_protocol }}) on Linux'

strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Schema Engine
name: Test Schema Engine
on:
push:
branches:
Expand All @@ -22,7 +22,7 @@ concurrency:

jobs:
test-mongodb-schema-connector:
name: 'Test ${{ matrix.database.name }} on Linux'
name: '${{ matrix.database.name }} on Linux'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
TEST_DATABASE_URL: ${{ matrix.database.url }}

test-linux:
name: 'Test ${{ matrix.database.name }} on Linux'
name: '${{ matrix.database.name }} on Linux'

strategy:
fail-fast: false
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

runs-on: ${{ matrix.os }}

name: 'Test ${{ matrix.db.name }} on Windows'
name: '${{ matrix.db.name }} on Windows'

steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests
name: Test Unit tests
on:
push:
branches:
Expand Down

0 comments on commit c0cc1d5

Please sign in to comment.