We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c962b80 commit 2db4ed8Copy full SHA for 2db4ed8
.github/workflows/main.yml
@@ -14,7 +14,6 @@ jobs:
14
-
15
name: Checkout
16
uses: actions/checkout@v2
17
18
19
name: Run tests
20
run: docker-compose run --rm chirpstack-gateway-bridge make test
@@ -27,6 +26,8 @@ jobs:
27
26
28
29
+ with:
30
+ fetch-depth: 0
31
32
name: Configure AWS credentials
33
uses: aws-actions/configure-aws-credentials@v1
@@ -52,6 +53,8 @@ jobs:
52
53
54
55
56
57
58
59
name: Docker meta
60
id: meta
0 commit comments