Skip to content

Commit

Permalink
[CHORE] allow CI jobs to continue even if a test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jul 24, 2024
1 parent 31f2456 commit 9b263d3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
deno-version: [1.x.x]
node-version: [ 22.x ]
fail-fast: false
permissions:
contents: read
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jetstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
deno-version: [1.x.x]
fail-fast: false

steps:
- name: Git Checkout JetStream
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
deno-version: [1.x.x]
fail-fast: false

steps:
- name: Git Checkout Kv
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/obj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
deno-version: [1.x.x]
fail-fast: false

steps:
- name: Git Checkout Obj
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
deno-version: [1.x.x]
fail-fast: false

steps:
- name: Git Checkout Services
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
deno-version: [ 1.44.4 ]
module: [ core, jetstream, kv, obj, services ]
fail-fast: false

name: test ${{matrix.module}} with local dependencies
runs-on: ubuntu-latest-4-cores
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/transport-node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
deno-version: [ 1.44.4 ]
node-version: [ 22.x ]
fail-fast: false

name: test node transport with local dependencies
runs-on: ubuntu-latest-4-cores
Expand Down

0 comments on commit 9b263d3

Please sign in to comment.