瀏覽代碼

update workflow to run on release branches

Pierre-Marc Airoldi 2 年之前
父節點
當前提交
c007e855b7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/swift.yml

+ 2 - 2
.github/workflows/swift.yml

@@ -19,7 +19,7 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
       - name: iOS - ${{ matrix.destination }}
       - name: iOS - ${{ matrix.destination }}
-        run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "Charts" -destination "${{ matrix.destination }}" clean test | xcpretty
+        run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "DGCharts" -destination "${{ matrix.destination }}" clean test | xcpretty
 
 
   tvOS:
   tvOS:
     runs-on: macos-12
     runs-on: macos-12
@@ -31,7 +31,7 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
       - name: tvOS - ${{ matrix.destination }}
       - name: tvOS - ${{ matrix.destination }}
-        run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "Charts" -destination "${{ matrix.destination }}" clean test | xcpretty
+        run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "DGCharts" -destination "${{ matrix.destination }}" clean test | xcpretty
 
 
   macOS_demo:
   macOS_demo:
     runs-on: macos-12
     runs-on: macos-12