Skip to content

Commit

Permalink
fix: meme tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Jan 19, 2024
1 parent 10c4085 commit a0abfe1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion courses/advanced/01-introduction/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ I will use CLion in class, and I recommend you to use it as well so you can foll

You might want to explore the folder `.github/workflows` to see how it works, but you don't need to change anything there.

![tests-meme.png](tests-meme.png)
![tests-meme.png](../../tests-meme.png)

Every commit you push to your repository will be automatically tested through Github Actions. You can see the results of the tests by clicking on the "Actions" tab on your repository.

Expand Down
2 changes: 1 addition & 1 deletion courses/algorithms/01-introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ I will use CLion in class, and I recommend you to use it as well so you can foll

You might want to explore the folder `.github/workflows` to see how it works, but you don't need to change anything there.

![tests-meme.png](tests-meme.png)
![tests-meme.png](../../tests-meme.png)

Every commit you push to your repository will be automatically tested through Github Actions. You can see the results of the tests by clicking on the "Actions" tab on your repository.

Expand Down
File renamed without changes

0 comments on commit a0abfe1

Please sign in to comment.