Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/actions/setup/action.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ updates:
interval: "weekly"

# Composite actions need to be updated separately
- package-ecosystem: "github-actions"
directory: "/.github/actions/setup"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/.github/actions/code-coverage"
schedule:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v6

- name: Setup
uses: ./.github/actions/setup
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Run tests
run: bundle exec fastlane test_all
Expand Down