File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ jobs:
9696 node-version : ' 20'
9797 - name : Install TypeScript
9898 run : npm install
99- - uses : swiftwasm/setup-swift-syntax-prebuilts@v1
100- id : swiftsyntax-prebuilts
101- with :
102- swift-syntax-version : ${{ matrix.entry.swift-syntax-version }}
10399 - name : Validate BridgeJS TypeScript declarations
104100 run : npm run check:bridgejs-dts
105101 - name : Run BridgeJS tests
106- run : swift test ${{ steps.swiftsyntax-prebuilts.outputs.swift-flags }} --package-path ./Plugins/BridgeJS
102+ # NOTE: This job runs in the swift Docker image, whose compiler tag is
103+ # swift-6.3.2-RELEASE. No matching release asset is currently published
104+ # for the setup action, so using it falls back to a local SwiftSyntax
105+ # prebuild and makes the job slower than building normally.
106+ run : swift test --disable-experimental-prebuilts --package-path ./Plugins/BridgeJS
107107 env :
108108 BRIDGEJS_OVERRIDE_SWIFT_SYNTAX_VERSION : ${{ matrix.entry.swift-syntax-version }}
109109
You can’t perform that action at this time.
0 commit comments