Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedikinci committed May 7, 2022
1 parent ce5a8d5 commit 69c0ed8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ If you want to see all files in the cmd folder you must set soloExecution to fal
cd cmd && ls
```

# Tests

```sh
go test ./...
```

# Checklist

- Implement web interface
Expand All @@ -91,6 +97,12 @@ cd cmd && ls
- Add custom ignore configuration to copyFiles for project files (like gitignore)
- Add shared artifacts support between different jobs
- Add timestamp to container names ✅[Issue#2](https://github.com/muhammedikinci/pin/issues/2)
- Create small pieces with extracting codes from runner struct and write unit test:
- Image Manager ✅[Issue#3](https://github.com/muhammedikinci/pin/issues/3)
- Container Manager
- Shell Commander
- Parser
- Runner

# Contact

Expand Down

0 comments on commit 69c0ed8

Please sign in to comment.