mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Changed stages names
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
This commit is contained in:
parent
8a5ff642f0
commit
2613eae3d4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build
|
||||
- name: build
|
||||
run: docker-compose build
|
||||
|
||||
- name: Run
|
||||
- name: run
|
||||
run: docker-compose run application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue