Skip to content

Commit

Permalink
Update yuval.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-sentry authored Mar 14, 2024
1 parent 776ae46 commit 1eda02e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/yuval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Bundler
run: gem install bundler

- name: Install dependencies
run: bundle install

- name: Build and Test
run: |
swift build
Expand Down

0 comments on commit 1eda02e

Please sign in to comment.