Better ci tests #10

Merged
niggl merged 6 commits from feature/cool-ci-tests into main 2023-02-25 17:04:08 +00:00
Showing only changes of commit 718dfb59dd - Show all commits

View File

@ -70,12 +70,12 @@ steps:
CGO_ENABLED: "0" CGO_ENABLED: "0"
GOOS: linux GOOS: linux
GOARCH: amd64 GOARCH: amd64
- name: test with redis and package list - name: test with redis
image: registry.odit.services/hub/library/redis:7-alpine3.16 image: registry.odit.services/hub/library/redis:7-alpine3.16
commands: commands:
- redis-server & ./build & - redis-server & ./build &
- sleep 5 - sleep 5
- xargs wget -O /dev/null <testing/packages.txt - wget http://localhost:8080/axios
environment: environment:
CGO_ENABLED: "0" CGO_ENABLED: "0"
GOOS: linux GOOS: linux