Compare commits
1 commit
ce82ae16b9
...
8624c4dd56
Author | SHA1 | Date | |
---|---|---|---|
8624c4dd56 |
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,14 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug
|
||||||
|
run: |
|
||||||
|
cat /etc/hosts
|
||||||
|
curl -v https://heise.de
|
||||||
|
curl -v https://fh2.ch
|
||||||
|
curl -v https://git.qo.is
|
||||||
|
git clone https://git.qo.is/qo.is/infrastructure-private.git /tmp/private
|
||||||
|
|
||||||
- name: Initialize CI
|
- name: Initialize CI
|
||||||
uses: https://git.qo.is/qo.is/actions-nix-init@main
|
uses: https://git.qo.is/qo.is/actions-nix-init@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue