diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6f5b949..2b06d04 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -35,7 +35,7 @@ jobs: firebase emulators:exec 'set -o pipefail && xcodebuild test -project UITests.xcodeproj -scheme TestApp -destination "platform=iOS Simulator,name=iPhone 15 Pro" -resultBundlePath UITests.xcresult -derivedDataPath ".derivedData" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcbeautify' testandcoverage: name: Build and Test npm Package - uses: StanfordBDHG/.github/.github/workflows/npm-test-and-coverage.yml@lint + uses: StanfordBDHG/.github/.github/workflows/npm-test-and-coverage.yml@v2 secrets: token: ${{ secrets.CODECOV_TOKEN }} GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_BASE64 }}