Skip to content

Commit

Permalink
Fix CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMDev committed Sep 15, 2023
1 parent 6e8be23 commit a21cd7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Run-JS-Tests
if: ${{ matrix.run-js-tests == true }}
shell: bash
working-directory: apollo-ios-codegen/Sources/ApolloCodegenLib/Frontend/JavaScript/
working-directory: apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/
run: |
npm install && npm test
- name: Save xcodebuild logs
Expand Down Expand Up @@ -244,4 +244,4 @@ jobs:
with:
name: macOS-Integration-results
path: |
TestResults/ResultBundle.zip
TestResults/ResultBundle.zip
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import XCTest
import ApolloInternalTestHelpers
import ApolloCodegenInternalTestHelpers
@testable import ApolloCodegenLib
@testable import GraphQLCompiler

class SchemaRegistryApolloSchemaDownloaderTests: XCTestCase {
func testDownloadingSchema_fromSchemaRegistry_shouldOutputSDL() throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import XCTest
import ApolloInternalTestHelpers
import ApolloCodegenInternalTestHelpers
@testable import ApolloCodegenLib
@testable import GraphQLCompiler

class StarWarsApolloSchemaDownloaderTests: XCTestCase {

Expand Down

0 comments on commit a21cd7a

Please sign in to comment.