Skip to content

chore(deps): bump pnpm from 8.15.8 to 9.5.0 #1403

chore(deps): bump pnpm from 8.15.8 to 9.5.0

chore(deps): bump pnpm from 8.15.8 to 9.5.0 #1403

Workflow file for this run

name: test
on:
push:
branches: ["**"]
pull_request:
workflow_dispatch:
inputs: # null for another event
skip:
type: boolean
default: false
permissions: {}
jobs:
test1:
runs-on: ubuntu-latest
steps:
- run: exit 1
continue-on-error: true
- run: exit 1
continue-on-error: true
- run: exit 1
continue-on-error: true
test2:
runs-on: ubuntu-latest
steps:
- run: exit 1
continue-on-error: true
- run: exit 1
continue-on-error: true
- run: exit 0
test3:
runs-on: ubuntu-latest
steps:
- id: step1
run: exit 0
continue-on-error: true
- id: step2
run: exit 0
continue-on-error: true
- if: contains(steps.*.outcome, 'failure')
run: exit 1