Skip to content

Commit

Permalink
adjusted script
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Jun 6, 2024
1 parent 5787fb8 commit b3b3765
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/detect_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:

build:
env:
runs-on: macos-14-xlarge # Apple Silicon Runner

steps:
Expand All @@ -27,5 +26,10 @@ jobs:

- name: 🔍 Detect Changes
run: |
echo "${branch}"
echo "${baseRepo}"
Scripts/generate_public_interface_definition.sh
./Scripts/compare_public_interface_definition.swift ${{ github.event.pull_request.base.ref }} ${{ github.server_url }}/${{ github.repository }}
./Scripts/compare_public_interface_definition.swift "${branch}" "${baseRepo}"
env:
branch: '${{ github.event.pull_request.base.ref }}'
baseRepo: '${{ github.server_url }}/${{ github.repository }}'

0 comments on commit b3b3765

Please sign in to comment.