File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments