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
2aea053f
33260893
0/2
rust.yml
timeout
4m 37s
test.yml
failed
2m 23s
+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 http://172.17.0.1:8000