Skip to content

Commit

Permalink
Prepare for version v0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jan 3, 2024
1 parent 27db352 commit 54986a0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/APIs-Tests-on-Linux.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: APIs Tests on Linux

on:
push:
branches:
- dev
workflow_run:
workflows: ["Components Tests On Linux"]
types:
- completed

jobs:
api-tests-on-linux:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/APIs-Tests-on-MacOS.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: APIs Tests on MacOS

on:
push:
branches:
- dev
workflow_run:
workflows: ["Components Tests On MacOS"]
types:
- completed

jobs:
api-tests-on-macos:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/APIs-Tests-on-Windows.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: APIs Tests on Windows

on:
push:
branches:
- dev
workflow_run:
workflows: ["Components Tests On Windows"]
types:
- completed

jobs:
api-tests-on-windows:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/Components-Tests-on-Linux.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Components Tests on Linux

on:
push:
branches:
- dev
workflow_run:
workflows: ["Installation Tests On Linux"]
types:
- completed

jobs:
component-tests-on-linux:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/Components-Tests-on-MacOS.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Components Tests on MacOS

on:
push:
branches:
- dev
workflow_run:
workflows: ["Installation Tests On MacOS"]
types:
- completed

jobs:
component-tests-on-macos:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/Components-Tests-on-Windows.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Components Tests on Windows

on:
push:
branches:
- dev
workflow_run:
workflows: ["Installation Tests On Windows"]
types:
- completed

jobs:
component-tests-on-windows:
Expand Down

0 comments on commit 54986a0

Please sign in to comment.