Commit ce3884d
authored
Add Maven Workflow fir GitHub Actions (#10)
* enabled maven workflow and added docker compose command to create db/schema for practice testing website before running tests
* updated docker compose command for seeding db
* updated docker compose command in workflow
* updated maven workflow to sleep for 60s before running the create and seed db command
* added working directory for create and seed db command1 parent 429019e commit ce3884d
File tree
2 files changed
+12
-3
lines changed- .github/workflows
- src/test/java/io/github/mfaisalkhatri/test
2 files changed
+12
-3
lines changedLines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments