File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 88
99wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
1010
11- cd oats/yaml
12- go install github.com/onsi/ginkgo/v2/ginkgo@latest
13- export TESTCASE_TIMEOUT=5m
14- export TESTCASE_BASE_PATH=../..
15- ginkgo -r --github-output
11+ go install https://github.com/grafana/
[email protected] 12+ oats -timeout 5m -lgtm-version logging-k8s-stdout-otlp-json/
Original file line number Diff line number Diff line change @@ -27,18 +27,10 @@ jobs:
2727 with :
2828 cache-read-only : ${{ github.event_name == 'pull_request' }}
2929
30- - name : Check out oats
31- uses : actions/checkout@v4
32- with :
33- repository : grafana/oats
34- ref : v0.1.0
35- path : oats
36-
3730 - name : Set up Go
3831 uses : actions/setup-go@v5
3932 with :
4033 go-version : ' 1.24'
41- cache-dependency-path : oats/go.sum
4234
4335 - name : Run acceptance tests
4436 run : .github/scripts/run-oats-tests.sh
4739 uses : actions/upload-artifact@v4
4840 if : failure()
4941 with :
50- name : OATS logs
51- path : oats/yaml/ build/**/*.log
42+ name : OATs logs
43+ path : build/**/*.log
You can’t perform that action at this time.
0 commit comments