Skip to content

chore(deps): update pnpm from 9.1.3+sha512.7c2ea089e1a6af306409c4fc8c… #1400

chore(deps): update pnpm from 9.1.3+sha512.7c2ea089e1a6af306409c4fc8c…

chore(deps): update pnpm from 9.1.3+sha512.7c2ea089e1a6af306409c4fc8c… #1400

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