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 23:30:11 +03:00
|
|
|
repository: 'asandikci.com/web'
|
2024-11-10 23:28:36 +03:00
|
|
|
|
2024-11-10 23:30:11 +03:00
|
|
|
- name: Setup Ruby
|
|
|
|
uses: https://github.com/ruby/setup-ruby@v1
|
|
|
|
with:
|
|
|
|
ruby-version: 3.2
|
|
|
|
bundler-cache: true
|