Skip to content

Commit

Permalink
Update Report4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmeline1101 authored Feb 24, 2024
1 parent 6303572 commit 40545a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Report4.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In the workflow file, define the conditions that trigger the CI process, such as

In the workflow file, define the jobs that need to be executed, including environment setup, dependency installation, build, testing, etc.

### 2.4 Configuration in the Project
#### Configuration in the Project
The following directory contains YML files executed by the project.
```
├── aws_publisher.yaml
Expand Down Expand Up @@ -317,9 +317,11 @@ jobs:
```

After adding the new GitHub Action, the `push` action is triggered by pushing to the master branch. See below link for more details.

After adding the new GitHub Action, the `push` action is triggered by pushing to the master branch, showing the following result. See the below link for more details.
https://github.com/mingxin0607/kafka-ui/actions/runs/8028560204
![CI Action Success](https://github.com/mingxin0607/kafka-ui/blob/63035729a2b9ad616c69adf311442eadf6b4c560/Fig/report4-action-success.png)




# Reference
Expand Down

0 comments on commit 40545a3

Please sign in to comment.