We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f83ec commit e80c506Copy full SHA for e80c506
.github/workflows/dockerimage.yml
@@ -1,35 +1,19 @@
1
name: Run tests
2
3
on:
4
+
5
push:
6
branches: [ master ]
7
8
pull_request:
9
10
-jobs:
-
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
23
24
25
26
- - name: Run Tests on Ubuntu Linux
27
- run: docker run ubuntu pwd
+jobs:
28
29
- test-git:
+ test-on-ubuntu:
30
31
runs-on: ubuntu-latest
32
33
steps:
34
- uses: actions/checkout@v2
35
- uses: technote-space/get-diff-action@v1
0 commit comments