Skip to content

Commit

Permalink
Cleanup and testing for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog committed Oct 14, 2024
1 parent 3c587eb commit 1d60749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 128 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

- name: Upload Artifacts
uses: actions/upload-artifact@v4
if: success() || failure()
if: always()
with:
name: test-reports
path: |
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:

- name: Upload Artifacts
uses: actions/upload-artifact@v4
if: success() || failure()
if: always()
with:
name: connected-reports
path: |
Expand Down
126 changes: 0 additions & 126 deletions apple/Sources/Valhalla/Extensions/ValhallaConfig~.swift

This file was deleted.

0 comments on commit 1d60749

Please sign in to comment.