Skip to content

Commit 7349aa8

Browse files
committed
Update CI
1 parent 20c4846 commit 7349aa8

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/workflows/test_cli.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
name: Simvue-CLI
2-
on: ["push"]
1+
name: Simvue-CLI (Ubuntu)
2+
on:
3+
push:
4+
branches: ["main", "dev"]
5+
pull_request:
6+
branches: ["main", "dev"]
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
316
jobs:
417
test_build:
518
name: Test CLI
19+
timeout-minutes: 20
620
runs-on: ["ubuntu-latest"]
721
steps:
822
- name: Retrieve Code

0 commit comments

Comments
 (0)