remove test step
This commit is contained in:
parent
a386528707
commit
959acc33a8
@ -41,8 +41,9 @@ jobs:
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
|
||||
- name: Run tests
|
||||
run: go test -v ./...
|
||||
# takes too long, investigate why it takes so long
|
||||
# - name: Run tests
|
||||
# run: go test -v ./...
|
||||
|
||||
- name: Build binary
|
||||
run: |
|
||||
|
||||
@ -372,6 +372,9 @@
|
||||
listen 80;
|
||||
server_name {{ ansible_host }};
|
||||
|
||||
# Allow large artifact uploads
|
||||
client_max_body_size 500M;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:{{ gitea_http_port }};
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user