Skip to content

Commit

Permalink
fix: use beta tag for CI (#18)
Browse files Browse the repository at this point in the history
* feat: support beta tag version for github action

* fix: debug workflow

* feat: update puppeteer demo

* feat: add action for 'run-all'

* chore: use beta tag as default ci choice

* fix: debug workflow
  • Loading branch information
yuyutaotao authored Dec 9, 2024
1 parent 406cb7b commit db08692
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/playwright-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
tag:
description: 'The tag name of @midscene/'
required: true
default: 'latest'
default: 'beta'
push:
branches:
- main

jobs:
run_script:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/puppeteer-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
tag:
description: 'The tag name of @midscene/'
required: true
default: 'latest'
default: 'beta'
push:
branches:
- main

jobs:
run_script:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/yaml-scripts-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
tag:
description: 'The tag name of @midscene/'
required: true
default: 'latest'
default: 'beta'
push:
branches:
- main

jobs:
run_script:
Expand Down

0 comments on commit db08692

Please sign in to comment.