Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
jobs:
quality:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38
Expand All @@ -29,6 +30,7 @@ jobs:

floor:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38
Expand All @@ -43,6 +45,7 @@ jobs:

postgresql:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -74,6 +77,7 @@ jobs:

mysql:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -106,6 +110,7 @@ jobs:

browser:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38
Expand All @@ -118,6 +123,7 @@ jobs:

redis:
runs-on: ubuntu-latest
timeout-minutes: 15
services:
redis:
image: redis:7
Expand All @@ -143,6 +149,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
needs: [quality, floor, postgresql, mysql, browser, redis]
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: write
id-token: write
Expand Down