Skip to content

♻️ Changed the Feed feature to require RSS source instead of the enti… #19

♻️ Changed the Feed feature to require RSS source instead of the enti…

♻️ Changed the Feed feature to require RSS source instead of the enti… #19

Workflow file for this run

name: Test
on: [push]
jobs:
job-test:
name: Run unit tests
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Install needed software
run: |
gem install xcpretty
gem install bundler:1.17.2
- name: Run unit tests
run: fastlane tests