+16
Diff
round #1
+16
.tangled/workflows/test.yml
+16
.tangled/workflows/test.yml
···
1
+
when:
2
+
- event: ["push"]
3
+
branch: ["main"]
4
+
- event: ["pull_request"]
5
+
branch: ["main"]
6
+
7
+
engine: "nixery"
8
+
9
+
dependencies:
10
+
nixpkgs:
11
+
- curl
12
+
13
+
steps:
14
+
- name: "Try to reach server on host"
15
+
command: |
16
+
curl -v --connect-timeout 10 --max-time 20 http://172.17.0.1:8000
History
4 rounds
0 comments
jonas.tngl.sh
submitted
#3
2 commits
expand
collapse
ci: enable redis-backed caching with sccache
ci: enable manual pipeline trigger
1/1 success
expand
collapse
expand 0 comments
pull request successfully merged
jonas.tngl.sh
submitted
#2
1 commit
expand
collapse
ci: enable redis-backed caching with sccache
1/1 success
expand
collapse
expand 0 comments
jonas.tngl.sh
submitted
#1
1 commit
expand
collapse
test: add workflow attempting to reach Docker host
2/2 success
expand
collapse
expand 0 comments
jonas.tngl.sh
submitted
#0
1 commit
expand
collapse
test: add workflow attempting to reach Docker host