CItest/.forgejo/workflows/demo.yaml
asandikci 806b3152b5
Some checks failed
/ test (push) Failing after 32s
Update .forgejo/workflows/demo.yaml
2024-11-10 23:30:11 +03:00

20 lines
432 B
YAML

on:
push:
workflow_dispatch:
jobs:
test:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
github-server-url: 'https://git.asandikci.com'
repository: 'asandikci.com/web'
- name: Setup Ruby
uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true