Skip to content

cleanup

cleanup #93

Workflow file for this run

name: "CI"
on:
push:
branches:
- "**"
paths:
- ".github/workflows/tests.yml"
- "Django Files/**"
- "Django Files*/**"
- "Gemfile"
- "Gemfile.lock"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
name: "Tests"
runs-on: ["macos-15"]
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Add Match Repo SSH Key"
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
- name: "Fastlane Tests"
run: fastlane tests
env:
CI: true