Skip to content

Commit

Permalink
Merge branch 'main' into feature/dot-net-example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbareikis-home24 committed Sep 13, 2023
2 parents 46279a2 + 552b15f commit da59710
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Building docker images to run challenge locally

on: [push]
on:
push:
branches:
- main

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ and tweaked it a bit by adding just little bit more of a challenge.
## How

* Read the [rules](requirements/rules.md) and [requirements](requirements/requirements.md).
* [Fork this repo](github.com/tomas-bareikis/challenge/fork).
* Write code in you favorite language (see [`go`](go/main.go), [`js`](js/main.js), [`php`](php/main.php) folders).
* Create a Pull request and see automated tests check your results.

![How to play](docs/how-to-play.gif)

## Running tests locally

Assuming you have [`docker`](https://docs.docker.com/engine/install/) installed.
Expand Down
Binary file removed docs/how-to-play.gif
Binary file not shown.

0 comments on commit da59710

Please sign in to comment.