@@ -74,24 +74,24 @@ jobs:
7474 with :
7575 node-version : ' 18'
7676 cache : ' npm'
77- - name : Download sc binary for os x
78- run : |
79- SC_VERSION="4.9.1"
80- SC_ARCH="x64"
81- SC_DIR="$RUNNER_TOOL_CACHE/sc/$SC_VERSION/$SC_ARCH"
82- mkdir -p $SC_DIR
83- mkdir -p $SC_DIR.complete
84- curl -L https://saucelabs.com/downloads/sc-$SC_VERSION-osx.zip -o $SC_DIR/sc-$SC_VERSION-osx.zip
85- unzip $SC_DIR/sc-$SC_VERSION-osx.zip -d $SC_DIR
86- mv $SC_DIR/sc-$SC_VERSION-osx $SC_DIR/sc-$SC_VERSION-linux
87- - name : Setup sauce connect
88- uses : saucelabs/sauce-connect-action@v2
89- with :
90- username : ${{ secrets.SAUCE_USERNAME }}
91- accessKey : ${{ secrets.SAUCE_ACCESS_KEY }}
92- tunnelName : ${{ secrets.SAUCE_TUNNEL_ID }}
93- noSSLBumpDomains : all
94- scVersion : ' 4.9.1'
77+ # - name: Download sc binary for os x
78+ # run: |
79+ # SC_VERSION="4.9.1"
80+ # SC_ARCH="x64"
81+ # SC_DIR="$RUNNER_TOOL_CACHE/sc/$SC_VERSION/$SC_ARCH"
82+ # mkdir -p $SC_DIR
83+ # mkdir -p $SC_DIR.complete
84+ # curl -L https://saucelabs.com/downloads/sc-$SC_VERSION-osx.zip -o $SC_DIR/sc-$SC_VERSION-osx.zip
85+ # unzip $SC_DIR/sc-$SC_VERSION-osx.zip -d $SC_DIR
86+ # mv $SC_DIR/sc-$SC_VERSION-osx $SC_DIR/sc-$SC_VERSION-linux
87+ # - name: Setup sauce connect
88+ # uses: saucelabs/sauce-connect-action@v2
89+ # with:
90+ # username: ${{ secrets.SAUCE_USERNAME }}
91+ # accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
92+ # tunnelName: ${{ secrets.SAUCE_TUNNEL_ID }}
93+ # noSSLBumpDomains: all
94+ # scVersion: '4.9.1'
9595 - run : npm ci
9696 - run : npm run bootstrap
9797 - name : Build iOS
@@ -115,5 +115,5 @@ jobs:
115115 --request POST 'https://api.us-west-1.saucelabs.com/v1/storage/upload' \
116116 --form 'payload=@"example/ios/iosSimBuild/Build/Products/Release-iphonesimulator/SplunkOtelReactNativeExample.zip"' \
117117 --form 'name="SplunkOtelReactNativeExample.zip"'
118- - name : Run tests
119- run : cd example && npm run wdio.ios.sauce
118+ # - name: Run tests
119+ # run: cd example && npm run wdio.ios.sauce
0 commit comments