Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 37e1598

Browse files
Federico Guerinonipippolo84
authored andcommitted
Update GH Actions for support apt-tests
In this case I also renamed functional-tests script in docker-tests because is more consistent. Signed-off-by: Federico Guerinoni <guerra@develer.com>
1 parent 9231624 commit 37e1598

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: build
22

33
on: [push, pull_request]
44

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- name: check out code
1212
uses: actions/checkout@v2
1313

14-
- name: download mod
15-
run: go mod download
16-
17-
- name: run functional tests
18-
run: ./scripts/functional-tests.sh
14+
- name: run docker tests
15+
run: ./scripts/docker-tests.sh
1916

2017
- name: run auth tests
2118
run: go test -v ./auth
19+
20+
- name: run apt tests
21+
run: ./scripts/apt-tests.sh
File renamed without changes.

0 commit comments

Comments
 (0)