Skip to content

Commit e80c506

Browse files
committed
Rearranging the GtiHub Actions file
1 parent e4f83ec commit e80c506

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/dockerimage.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,19 @@
11
name: Run tests
22

33
on:
4+
45
push:
56
branches: [ master ]
7+
68
pull_request:
79
branches: [ master ]
810

9-
jobs:
10-
11-
test-alpine:
12-
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- uses: actions/checkout@v2
17-
- name: Run Tests on Alpine Linux
18-
run: docker run alpine pwd
19-
20-
test-ubuntu:
21-
22-
runs-on: ubuntu-latest
2311

24-
steps:
25-
- uses: actions/checkout@v2
26-
- name: Run Tests on Ubuntu Linux
27-
run: docker run ubuntu pwd
12+
jobs:
2813

29-
test-git:
14+
test-on-ubuntu:
3015

3116
runs-on: ubuntu-latest
32-
3317
steps:
3418
- uses: actions/checkout@v2
3519
- uses: technote-space/get-diff-action@v1

0 commit comments

Comments
 (0)