Skip to content

Commit

Permalink
Try a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Nov 21, 2024
1 parent fbd079e commit 895c685
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 20 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- '3.1'
steps:
- uses: actions/checkout@v4
- name: Set up system
run: bin/before_install
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
timeout-minutes: 30
- uses: actions/upload-artifact@v4
with:
name: cache
path: vendor/bundle/
20 changes: 0 additions & 20 deletions .github/workflows/diagnose_cache_size.yaml

This file was deleted.

0 comments on commit 895c685

Please sign in to comment.