Skip to content

Commit 08c35a8

Browse files
committed
fix keychain order
1 parent 6a237b8 commit 08c35a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/desktop_cd.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ jobs:
9595
with:
9696
platform: macos
9797
- uses: ./.github/actions/pnpm_install
98-
- if: ${{ matrix.include_am }}
99-
uses: ./.github/actions/argmax_sdk_setup
100-
env:
101-
AM_SECRET_TOKEN: ${{ secrets.AM_SECRET_TOKEN }}
102-
- if: ${{ matrix.include_am }}
103-
run: cargo test -p am2
104-
env:
105-
AM_API_KEY: ${{ secrets.AM_API_KEY }}
10698
- run: pnpm -F ui build
10799
- if: ${{ matrix.include_am }}
108100
run: |
@@ -123,6 +115,14 @@ jobs:
123115
apple-certificate: ${{ secrets.APPLE_CERTIFICATE }}
124116
apple-certificate-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
125117
keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}
118+
- if: ${{ matrix.include_am }}
119+
uses: ./.github/actions/argmax_sdk_setup
120+
env:
121+
AM_SECRET_TOKEN: ${{ secrets.AM_SECRET_TOKEN }}
122+
- if: ${{ matrix.include_am }}
123+
run: cargo test -p am2
124+
env:
125+
AM_API_KEY: ${{ secrets.AM_API_KEY }}
126126
- run: |
127127
FEATURES_FLAG=""
128128
if [[ "${{ inputs.channel }}" == "staging" ]]; then

0 commit comments

Comments
 (0)