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

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:25:26 +03:00
parent e1d3236500
commit c49a01a9ca

View file

@ -10,10 +10,16 @@ jobs:
- name: Dependencies
run: |
apt update -y
apt install nodejs -y
node -v
apt install git -y
git -v
- name: Checkout
uses: actions/checkout@v4
run: |
git clone https://git.asandikci.com/asandikci.com/web
git checkout main
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
fetch-depth: 0
ruby-version: 3.2
bundler-cache: true