2024-10-30 01:50:12 +03:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
workflow_dispatch:
|
2024-10-29 18:47:44 +03:00
|
|
|
jobs:
|
|
|
|
test:
|
2024-11-10 21:58:37 +03:00
|
|
|
runs-on: docker
|
2024-11-10 23:28:36 +03:00
|
|
|
|
2024-11-10 21:59:30 +03:00
|
|
|
steps:
|
2024-11-10 22:11:56 +03:00
|
|
|
- name: Checkout
|
2024-11-10 23:26:21 +03:00
|
|
|
uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
github-server-url: 'https://git.asandikci.com'
|
2024-11-10 22:25:26 +03:00
|
|
|
|
2024-11-10 23:28:36 +03:00
|
|
|
|
|
|
|
# container:
|
|
|
|
# image: bitnami/minideb:bullseye-arm64
|
|
|
|
# steps:
|
|
|
|
# - name: Dependencies
|
|
|
|
# run: |
|
|
|
|
# apt update -y
|
|
|
|
# apt install git wget inetutils-ping dnsutils -y
|
|
|
|
# git --version
|
|
|
|
|
|
|
|
# - name: CI Health Check
|
|
|
|
# run: |
|
|
|
|
# ping -c 1 asandikci.com
|
|
|
|
# ping -c 1 git.asandikci.com
|
|
|
|
# dig asandikci.com
|
|
|
|
# dig git.asandikci.com
|
|
|
|
# wget https://git.asandikci.com
|
|
|
|
# cat index.html
|
|
|
|
# pwd
|
|
|
|
# ls -la
|
|
|
|
# whoami
|
|
|
|
|
|
|
|
# - name: Checkout
|
|
|
|
# uses: actions/checkout@v4
|
|
|
|
# with:
|
|
|
|
# fetch-depth: 0
|
|
|
|
# github-server-url: 'https://git.asandikci.com'
|
|
|
|
|
|
|
|
# - name: Setup Ruby
|
|
|
|
# uses: https://github.com/ruby/setup-ruby@v1
|
|
|
|
# with:
|
|
|
|
# ruby-version: 3.2
|
|
|
|
# bundler-cache: true
|