Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Apr 21, 2024
1 parent 35afe92 commit 9113a4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v2
- name: Show Xcode version
run: xcodebuild -version
- name: Inject API key
run: echo "let API_KEY = \"${{ secrets.API_KEY }}\"" > ./NASAClient/API/Secret.swift
- name: Run tests
run: xcodebuild
-scheme NASAClient
Expand Down

0 comments on commit 9113a4f

Please sign in to comment.