Skip to content

Commit 1007897

Browse files
author
Krystle Salazar
committed
Modify paragraph about github actions
1 parent 60c0f59 commit 1007897

File tree

1 file changed

+1
-1
lines changed
  • content/blog/entries/legal-database-features

1 file changed

+1
-1
lines changed

content/blog/entries/legal-database-features/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ While developing the mentioned functionalities I was also in charge of adding au
3838
<figcaption>Example of page obtained when requesting a case detail that is not published or doesn't exist.</figcaption>
3939
</figure>
4040

41-
In this process of adding automated tests I wanted them to run on every pull request created, so I learned how to write a GitHub Action with a PostgreSQL service, the DBMS used in this case. Previously, I had already created a job for linting, so I needed to add another one to run in parallel to save time. This service provided by GitHub is pretty cool and useful, it opens up a world of possibilities. If you want to see the configuration file that makes this possible, check it out [here](https://github.com/creativecommons/caselaw/blob/31c3002a7860d78f3fdb464150c5c1b2f8bb86fc/.github/workflows/main.yml).
41+
In this process of adding automated tests I wanted them to run on every pull request created, so I learned how to write a GitHub Action with a PostgreSQL service, the DBMS used in this case. Previously, I had already created a job for linting, so I needed to add another one to run in parallel to save time. This service provided by GitHub is pretty cool and useful, it opens up a world of possibilities, from running third party services like [Lighthouse test](https://github.com/GoogleChrome/lighthouse-ci) to even [send tweets](https://github.com/gr2m/twitter-together)! If you want to see the GitHub Action file configurated for this project, check it out: [`.github/workflows/main.yml`](https://github.com/creativecommons/caselaw/blob/31c3002a7860d78f3fdb464150c5c1b2f8bb86fc/.github/workflows/main.yml).
4242

4343
### Accessibility
4444

0 commit comments

Comments
 (0)