We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e26f67 commit 844c71fCopy full SHA for 844c71f
.github/workflows/test_full.yml renamed to .github/workflows/test_linux.yml
@@ -1,15 +1,16 @@
1
-name: Test (Full)
+name: Test (Linux)
2
on:
3
push:
4
branches:
5
- main
6
+ pull_request:
7
8
permissions:
9
contents: read
10
11
jobs:
12
test_linux:
- name: Test (Full)
13
+ name: Test Linux
14
runs-on: ubuntu-latest-8-cores
15
container:
16
image: grafana/alloy-build-image:v0.1.21@sha256:36b1e621f32f46aa1de58843b885f0885faabe7b29468462d36a60bea1245e33
@@ -29,6 +30,4 @@ jobs:
29
30
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
31
with:
32
go-version-file: go.mod
- # TODO: Enable caching later.
33
- cache: false
34
- run: K8S_USE_DOCKER_NETWORK=1 make test
.github/workflows/test_pr.yml
0 commit comments