Update .forgejo/workflows/demo.yaml
Some checks failed
/ test (push) Failing after 32s

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 23:30:11 +03:00
parent 1a1c727c0c
commit 806b3152b5

View file

@ -11,37 +11,10 @@ jobs:
with:
fetch-depth: 0
github-server-url: 'https://git.asandikci.com'
repository: 'asandikci.com/web'
# 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
- name: Setup Ruby
uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true