Skip to content

Commit 55dfc37

Browse files
committed
fix tests
1 parent 4b5be0b commit 55dfc37

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm install
21+
- run: npm run build
2122
- run: npm test

build-swift.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cd imageComposition
77
xcrun swift build -c release --arch arm64 --arch x86_64 --product compose-icon
88

99
# Copy the built executable to the root directory for easy access
10-
BIN_DIR="$(xcrun swift build -c release --show-bin-path)"
11-
cp "$BIN_DIR/compose-icon" ../compose-icon
10+
cp ".build/apple/Products/Release/compose-icon" ../compose-icon
1211

1312
echo "Swift executable built successfully: compose-icon"

imageComposition/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)