Skip to content

Commit 0e42eaa

Browse files
committed
Cambia nombres a otros significativos
1 parent 9d68e5f commit 0e42eaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Comprobar que docker compose funciona
22
on: [push,pull_request]
33
jobs:
4-
test:
4+
docker-compose:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Instalar bibliotecas
22
on: [push,pull_request]
33
jobs:
4-
test:
4+
install:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)