Skip to content

Commit

Permalink
fix: close image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Dec 12, 2022
1 parent b992c56 commit d3504cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/how-to/test-in-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
If you push your changes to the `main` branch on Github the CI action will breaks down like this:

<img width="1140" alt="ci-results-1" src="https://user-images.githubusercontent.com/14810250/202825732-c7d77929-58ff-4ad5-9072-48e4403471c9.png">
<img width="1140" alt="ci-results-1" src="https://user-images.githubusercontent.com/14810250/202825732-c7d77929-58ff-4ad5-9072-48e4403471c9.png" />


1. Set up job
Expand Down Expand Up @@ -288,11 +288,11 @@ on:

Now, if you push to a pull request, the CI action will run and you will see something like this:

<img width="1460" alt="ci-pr-1" src="https://user-images.githubusercontent.com/14810250/202825767-c7f23b24-e311-4a70-bf50-fbad40a6abee.png">
<img width="1460" alt="ci-pr-1" src="https://user-images.githubusercontent.com/14810250/202825767-c7f23b24-e311-4a70-bf50-fbad40a6abee.png" />

Once the Github Action is done, you can see the results in the "Conversation" tab:

<img width="1385" alt="ci-pr-2" src="https://user-images.githubusercontent.com/14810250/202825772-93c8fe50-6b91-4048-882b-21497d47e211.png">
<img width="1385" alt="ci-pr-2" src="https://user-images.githubusercontent.com/14810250/202825772-93c8fe50-6b91-4048-882b-21497d47e211.png" />

### 6. Deploy the database changes to an actual database

Expand Down

0 comments on commit d3504cc

Please sign in to comment.