1
0
Fork 0
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:
Leonardo Lima 2020-11-11 12:26:21 -03:00 committed by GitHub
parent 8a5ff642f0
commit 2613eae3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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