tangled
alpha
login
or
join now
jonas.tngl.sh
/
advent-of-code
0
fork
atom
Advent of Code solutions in Rust
0
fork
atom
overview
issues
pulls
pipelines
test: add workflow attempting to reach Docker host
jonas.tngl.sh
4 months ago
21c3f090
33260893
2/2
rust.yml
success
6m 53s
test.yml
success
3s
+16
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+16
.tangled/workflows/test.yml
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["main"]
4
4
+
- event: ["pull_request"]
5
5
+
branch: ["main"]
6
6
+
7
7
+
engine: "nixery"
8
8
+
9
9
+
dependencies:
10
10
+
nixpkgs:
11
11
+
- curl
12
12
+
13
13
+
steps:
14
14
+
- name: "Try to reach server on host"
15
15
+
command: |
16
16
+
curl -v --connect-timeout 10 --max-time 20 http://172.17.0.1:8000