Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moo925 committed Jun 7, 2023
1 parent 31daddb commit 097044a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,12 @@ jobs:
script: |
yarn
- name: Yarn start browser
- id: s1
name: Yarn start browser
run: yarn start:browser
- id: s2
if: steps.s1.conclusion == 'failure'
run: build
- id: s3
if: steps.s2.conclusion == 'success'
run: ...

0 comments on commit 097044a

Please sign in to comment.