Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed a test-case from Expo #2547

Merged
merged 1 commit into from
Oct 30, 2024
Merged
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
17 changes: 1 addition & 16 deletions .github/workflows/expo-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,4 @@ jobs:
fields: repo,commit,action,eventName
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

update-version:
needs: test-expo-latest
if: ${{ needs.check-expo-version.outputs.should_run == 'true' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Update Expo version file
run: |
echo ${{ needs.check-expo-version.outputs.latest_version }} > .expo-version
git config user.name github-actions
git config user.email [email protected]
git add .expo-version
git commit -m "Update Expo version to ${{ needs.check-expo-version.outputs.latest_version }}"
git push
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Loading