Compare commits

...

2 Commits

Author SHA1 Message Date
22e7517839
Added automatic testing of defined package list
Some checks failed
continuous-integration/drone/pr Build is failing
2023-02-25 17:59:52 +01:00
4df24805eb
Added package list for testing 2023-02-25 17:59:33 +01:00
2 changed files with 7 additions and 2 deletions

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 - name: test with redis and package list
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
- wget http://127.0.0.1:8080/axios - xargs wget -O /dev/null <testing/packages.txt
environment: environment:
CGO_ENABLED: "0" CGO_ENABLED: "0"
GOOS: linux GOOS: linux

5
testing/packages.txt Normal file
View File

@ -0,0 +1,5 @@
http://localhost:8080/axios
http://localhost:8080/svelte
http://localhost:8080/@sveltejs/kit
http://localhost:8080/release-it
http://localhost:8080/auto-changelog