0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00
wp-ansible/.woodpecker/test.yml

21 lines
352 B
YAML
Raw Normal View History

2023-12-19 09:19:23 +01:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2024-02-05 08:58:31 +01:00
- event: [push]
branch:
2024-02-07 09:10:13 +01:00
- renovate/auto/*
2023-12-19 09:19:23 +01:00
steps:
2023-12-22 10:10:39 +01:00
- name: lint
2023-12-19 09:19:23 +01:00
image: docker.io/library/golang:1.21
commands:
- make lint
2023-12-22 10:10:39 +01:00
- name: test
2023-12-19 09:19:23 +01:00
image: docker.io/library/golang:1.21
commands:
- make test