Skip to content

Commit 62ea0c0

Browse files
Jaime Salas ZancadaJaime Salas Zancada
authored andcommitted
updated readmes
1 parent c0eceb8 commit 62ea0c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

04-working-with-build-artifacts/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Working with Build Artifacts
22

3-
In this demo we're going to use build artifacts to reuse data, that is laready done by other job on workflow.
3+
In this demo we're going to use build artifacts to reuse data, that is already done by other job on workflow.
44

55
If we have a look in our current workflow, we're executing the build and test job, on parallel, this is the default behaviour forjobs. Because of this we're stalling dependencies twice, let's try to reuse these dependencies on test job.
66

05-integration-tests/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353

5454
```
5555

56-
Here we're decalring the database service, because we're feeding `POSTGRES_DB: hangman_db`, the default database that will be created will be `hangman_db` instead of `postgres`, that's ok for us.
56+
Here we're declaring the database service, because we're feeding `POSTGRES_DB: hangman_db`, the default database that will be created will be `hangman_db` instead of `postgres`, that's ok for us.
5757

5858
Now in order to make that our tests can run, we need the expected schemas, recall we have migrations in this project, lets create another Dockerfile for that specific purpose:
5959

0 commit comments

Comments
 (0)