Skip to content

Commit ab0e8f0

Browse files
committed
Test github actions
1 parent dd5a7c6 commit ab0e8f0

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/action.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
steps:
2-
- uses: actions/checkout@master
3-
- run: docker-compose version
1+
name: Run tests
2+
on: [push]
3+
4+
jobs:
5+
build:
6+
# Job name is Greeting
7+
name: Test
8+
# This job runs on Linux
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
- run: docker-compose version

0 commit comments

Comments
 (0)